body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
}

.top-header{
  padding-top: 15px;
  padding-bottom: 10px;
}
.logo {
  display: block;
  margin-top: 25px;
}
.logo img{
  width: 100%;
}
.top-header .right-side img{
  /*width: 100%;*/
  /*display: block;*/
}

img.header-theme{
    width: 65%;
    margin: 23px 59px 0 0;
}

img.header-mpc-logo{
    padding-top: 21px;
    width: 14%;
}


.top-header h4{
  color: #aa107e;
  margin-top: 65px;
}



.header{
  background: #004889;
  box-shadow: 0px 5px 0px 0px rgba(0, 72, 137, 0.9);

}

.dropdown-item {
    margin-right: .9rem;
    padding: .25rem 1.1rem;
}

.navbar{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}


.navbar-light .navbar-toggler-icon {
    filter: invert(1) brightness(2);
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 50%);
    border-color: rgb(255 255 255);
    margin: 7px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
text-transform: uppercase;
padding-top: 13px;
padding-bottom: 12px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: rgba(0, 161, 167, 1);
  box-shadow: 0px 5px 0px 0px rgba(0, 161, 167, 0.9);
}
/* .navbar-light .navbar-nav .nav-item:first-child{
  margin-left: 0px;
}
.navbar-light .navbar-nav .nav-item{
  margin-left: 55px;
} */
.navbar-nav .dropdown-menu{
  background: #004889;
  min-width: 190px;
  margin-top: 0px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-nav .dropdown-menu li{
  /* margin-bottom: 10px; */
}
.navbar-nav .dropdown-menu a{
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 161, 167, 1);
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: "Font Awesome 5 Free";
   font-weight: 900;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}


.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #aa107e;
}

.main-content{
  padding-top: 20px;
  padding-bottom: 30px;
}
.main-content h2{
  color: #004889;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-content .box{
  background-color: #e6e6e6;
  padding: 20px;
  padding-top: 25px;
  border-left: 10px solid #007e5a;
  margin-top: 25px;
  margin-bottom: 15px;
}
.main-content .box.box2{
  border-left: 10px solid #aa107e; 
}
.main-content .box.box3{
  border-left: 10px solid #004889; 
}
.main-content .box h4{
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}
.main-content .box h4 span{
  font-weight: 400;
}
.box img{
  width: 100%;
}

.box p{
font-size: 18px;
line-height: 1.7;
}
.box p span{
  font-size: 18px;
  font-weight: 800;
  }

.box .line{
  background: #000;
  height: 1.5px;
  width: 100%;
  margin-bottom: 15px;
}
.box .btn{
  margin-top: .97rem;
  background: #004889;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px;
  padding-left: 18px;
  padding-right: 18px;
}

.gallery{
  margin-top: 25px;
}
.gallery .single-gallery{  
  margin-bottom: 30px;  
  height: 247px;
  position: relative;
  background-size: cover !important;
}
.gallery .single-gallery img{
width: 100%;
}
.gallery .single-gallery a{
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  /* background: #e74c3eec; */
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
/*
.gallery .single-gallery.single-gallery1 a:last-child{
  background: #007e5ae1;
}
*/
.CTA{
  background: url('../themes/ipf-theme/assets/images/partneri.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 170px;
  width: 100%;
  text-align: center;
  display: block;
  text-decoration:none;
  color: #fff;
  padding-top: 60px;
}
.CTA h3{
  display: block;
  width: 100%;
  color: #fff;
  font-size: 36px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
} 
.CTA:hover{
  text-decoration: none;
  color: #fff;
}

.side-box{
  background-image: url(../themes/ipf-theme/assets/images/side-box1.PNG);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
  padding-top: 25px;
}
.side-box h3{
color: #fff;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 15px;
}

.side-box p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.7;
}
.side-box p a{
  color: #fff;
  text-decoration: none;
}
.side-box a{
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.side-box.side-box1{
  background-image: url(../themes/ipf-theme/assets/images/side-box2.PNG);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
  padding-top: 25px;
  margin-top: 30px;
}

.side-box .flags a{
  width: 29px;
  display: inline-block;
  margin-right: 11px;
  margin-top: 10px;
}
.side-box .flags a img{
  width: 100%;
}

.side-box.side-box3{
  background-image: url(../themes/ipf-theme/assets/images/side-box3.PNG);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 3.97rem;
}
.side-box3 h3{
  margin-bottom: 30px;
}
.side-box3 ul{
  list-style: none;
  margin-bottom: 50px;
}
.side-box3 ul li{
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.7; 
  position: relative;
}
.side-box3 ul li::before{
  content: '';
  background: #e74c3e;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -30px;
}


    .side-box3 a{
      /*
      background: #004889;
      text-decoration: none;
      padding: 10px;
      padding-left: 25px;
      padding-right: 25px;
      margin-left: 15px;
       line-height: 1.7;
       */
    }


.side-box.side-box4{
  background-image: url(../themes/ipf-theme/assets/images/side-box4.PNG);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
  padding-top: 25px;
  margin-top: 30px;
  padding-bottom: 15px;
}

.side-box.side-box4 small a{
    margin-right: initial;
}

.side-box.side-box4 a{
    font-weight: 400;
    margin-right: 20px;
    white-space: nowrap;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
}

.footer{
  padding-top: 40px;
  background: #004889;
  padding-bottom: 100px;
}
.footer .line{
  width: 60px;
  height: 6px;
  background: #e74c3e;
  margin-bottom: 15px;
}

.line.col-line-190, .line.col-line-150{
  background: #007e5e !important;
}

.line.col-line-170, .line.col-line-140{
  background: #001449 !important;
}

.footer h3{
color: #fff;
font-size: 18px;
line-height: 1.5;
margin-bottom: 15px;
text-transform: uppercase;
height: 55px;
}
.footer .footer-menu a{
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}


.footer-bottom{
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  /* padding-top: 40px; */
  background: #001449
  /* padding-bottom: 100px; */
}
.footer-bottom a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.footer-bottom img{
  width: 35%;
}
.footer-bottom p{
  margin-top: 30px;
}
.footer-bottom .footer-logo{
  text-align: right;
}



@media (max-width: 575px) { 
  .CTA{
    margin-bottom: 25px;
  }
  .footer-bottom .footer-logo {
    text-align: left;
}
}


@media (min-width: 991px) and  (max-width: 1200px) { 

    .top-header h4 {
        font-size: 1.3rem;
    }


}


@media (min-width: 980px) { 


    .logo {
      width: 200px;
    }    

}


/*amir start from here. This will responsive code for all mobile devices*/


@media (min-width: 400px) and  (max-width:411px) {
 
}

@media (min-width: 300px) and  (max-width:320px) {
  

}


@media (min-width: 400px) and  (max-width:414px) {
  
}
@media (min-width: 571px) and (max-width: 767px) {
 
}
@media (min-width: 768px) and (max-width: 991px) {

 
}
@media (min-width: 992px) and (max-width: 1199px) {  
  
}

@media  screen and (min-width: 1900px) {

}

@media  screen and (min-width: 1900px) {
 
}
@media screen and (min-width: 2500px){

}
:root {

  --content-text: 1rem;

}

.content {
    
    font-size: var(--content-text);
    
    }

.thumbnail-gallery{
    
    height: 197px;
    text-align: center;
    font-size: 5.97rem;
    vertical-align: middle;
    color: #fff;
    background-position: center;
    background-size: cover;
    
    }


.thumbnail-gallery i{
    
    height: 3.97rem;
    vertical-align: middle;
    filter: opacity(0.71);
    text-shadow: -2px 0px 13px #3e3d3e;
    
    }


.header-image.noimage{
        
        margin-bottom: 3.97rem;
        
    }

.header-image.image-top .container{

    padding: 0 1.97rem;
    color: #fff;
    white-space: pre;
    
    }

.header-image.image-top{

    padding: 3.97rem 0;
    background-position: center;
    background-size: cover;
    
    }

.header-image{
    
    }


.dropdown-menu .dropdown-item {
    min-width: 217px;
    white-space: nowrap;
    background-color: transparent;
}

.nav-item.dropdown:last-child .dropdown-item {
    white-space: inherit;
}

.partneri a h3{
    
    font-size: 1.17rem;
    color: #009db7;
    
    }

 .col-footer-menu{
    position: relative;
    padding-right: 5px;
    padding-left: 3px;
    flex: 0 0 14.28%;
    max-width: 14.28%;    
}

.content-group{
    
    margin-bottom: 1.97rem;
    
    }
    
.gallery-box{
    
    padding: 0 9px;
    
    }    



.side-box3 ul li:nth-child(5n + 1)::before{
    
    background-color: #007e5a;
    
    }
    
.side-box3 ul li:nth-child(5n + 2)::before{
    
    background-color: #aa107e;
    
    }
    
.side-box3 ul li:nth-child(5n + 3)::before{
    
    background-color: #004889;
    
    }
    
.side-box3 ul li:nth-child(5n + 4)::before{
    
    background-color: #cdda77;
    
    }
    
.side-box3 ul li:nth-child(5n + 5)::before{
    
    background-color: #e74c3e;
    
    }    



.color-border div.box:nth-child(5n + 1){
    
    border-left-color: #007e5a;
    
    }
    
.color-border div.box:nth-child(5n + 2){
    
    border-left-color: #aa107e;
    
    }
    
.color-border div.box:nth-child(5n + 3){
    
    border-left-color: #004889;
    
    }
    
.color-border div.box:nth-child(5n + 4){
    
    border-left-color: #7bbdc0;
    
    }
    
.color-border div.box:nth-child(5n + 5){
    
    border-left-color: #e74c3e;
    
    }    


.color-div div:nth-child(5n + 1) a{
    
    background-color: #e74c3eec;
    
    }
    
.color-div div:nth-child(5n + 2) a{
    
    background-color: #007e5ae1;
    
    }

.color-div div:nth-child(5n + 3) a{
    
    background-color: #004889dc;
    
    }

.color-div div:nth-child(5n + 4) a{
    
    background-color: #aa107eac;
    
    }

.color-div div:nth-child(5n + 5) a{
    
    background-color: #7bbdc0e1;
    
    }


.paginations {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
}

.pagination li a {
    color: #706f6f;
}

.pagination li.active {
    font-weight: 500;
}

.pagination li {
    position: relative;
    display: block;
    color: #706f6f;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}



.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}



@media (max-width:767px) {


    .gallery-box{
        
        padding: 0;
        
        }  

     .col-footer-menu{
        position: relative;
        padding-right: 5px;
        padding-left: 3px;
        flex: 0 0 50%;
        max-width: 50%;    
    }


    .thumbnail-gallery{
        
        height: 297px;
        
        }
  



}    