@font-face {
  font-family: GT-Walsheim-Pro-Regular;
  src: url(../fonts/Californian-FB.ttf);
  font-weight: bold;
}
@font-face {
  font-family: GT-Walsheim-Pro-Medium;
  src: url(../fonts/Californian-FB.ttf);
  font-weight: bold;
}

body{
    font-family: "Californian FB",serif;
    overflow-x: hidden;
}
body>div {
    overflow-x: hidden;
    max-width: 100%;
    font-family: "Californian FB",serif;
}
body.nav-bar-active {overflow:hidden;}

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
font-family: "Californian FB",serif;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
@media only screen and (max-width: 600px) {
#mobilenav{
    display: block;
    }}
@media only screen and (min-width: 600px) {
#mobilenav{
    display: block;
    }}
@media only screen and (min-width: 768px) {
#mobilenav{
    display: block;
    }}
@media only screen and (min-width: 992px) {
#mobilenav{
    display: none;
    }}
@media only screen and (min-width: 1200px) {
#mobilenav{
    display: none;
    }}
@media only screen and (max-width: 600px) {
#desktopnav{
    display: none;
    }}
@media only screen and (min-width: 600px) {
#desktopnav{
    display: none;
    }}
@media only screen and (min-width: 768px) {
#desktopnav{
    display: none;
    }}
@media only screen and (min-width: 992px) {
#desktopnav{
    display: block;
    }}
@media only screen and (min-width: 1200px) {
#desktopnav{
    display: block;
    }}
/*NAVBAR MOBILE*/

#mobilenav i:hover{
      color: #dc3545;
}
#desktopnav i:hover{
      color: #dc3545;
}
@media only screen and (max-width: 600px) {
#mobilenav span{
    background-color: #005ca2;
}
#mobilenav .navbar-collapse {
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  background-color: white;
}
#mobilenav button{
        border: none;
    }

#mobilenav .navbar-toggler:focus, 
{
    text-decoration: none;
    outline: none;
}
#mobilenav img{
        padding-left: 0px;
    }
#mobilenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobilenav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 55px;
  color: #005ca2;
    font-size: 18px;
    font-family: GT-Walsheim-Pro-Regular;
    text-decoration: none;
}
 #mobilenav button{
        border: none;
    }   
 #mobilenav button:focus{
        outline: none;
    }   
#mobilenav i{
    font-size: 25px;
    color: #005ca2;
    padding-left: 20px;
}
#mobilenav nav{
    padding: 0px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
     position: fixed;
        background-color: white;
    top: 0 ;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: top 0.3s;
}
#mobilenav .active{
     font-size: 25px;
        color: #dc3545;
    border-left: 5px solid #dc3545;
}
#mobilenav li:last-child .active{
     font-size: 25px;
        color: #dc3545;
    border-left: none;
}
    
#mobilenav ul li {
  float: none;
  position: relative;
} 
#mobilenav .nav-dropdown {
  position: relative;
  display: none;
  z-index: 1;
  width: 100%;
padding-left: 20px;
}
#mobilenav .nav-dropdown a{
        font-size: 16px;
    }
#mobilenav .globe{
         width: 10%;
    }
}    
@media only screen and (min-width: 600px) {
#mobilenav span{
    background-color: #005ca2;
}
#mobilenav .navbar-collapse {
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  background-color: white;
}
#mobilenav button{
        border: none;
    }
#mobilenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobilenav  .navbar-toggler:focus, 
#mobilenav .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}
#mobilenav img{
        padding-left: 0px;
    }
#mobilenav ul li a
 {
  display: block;
  padding: 0 20px;
  line-height: 55px;
  color: #005ca2;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular;
    text-decoration: none;
}
#mobilenav i{
    font-size: 25px;
    color: #005ca2;
    padding-left: 20px;
}
#mobilenav nav{
    padding: 0px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
     position: fixed;
        background-color: white;
    top: 0 ;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: top 0.3s;
}
       #mobilenav .active{
     font-size: 25px;
       color: #dc3545;
    border-left: 5px solid #dc3545;
    }
#mobilenav li:last-child .active{
     font-size: 25px;
        color: #dc3545;
    border-left: none;
}    
    
#mobilenav ul li {
  float: none;
  position: relative;
} 
#mobilenav .nav-dropdown {
  position: relative;
  display: none;
  z-index: 1;
  width: 100%;
padding-left: 20px;
}
#mobilenav .nav-dropdown a{
        font-size: 16px;
    }
#mobilenav .globe{
         width: 5%;
    }
}
@media only screen and (min-width: 768px) {
#mobilenav span{
    background-color: #005ca2;
}
#mobilenav .navbar-collapse {
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  background-color: white;
}
#mobilenav button{
        border: none;
    }
#mobilenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobilenav  .navbar-toggler:focus, 
#mobilenav .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}
#mobilenav img{
        padding-left: 0px;
    }
    #mobilenav .active{
     font-size: 25px;
    color: #dc3545;
    border-left: 5px solid #dc3545;
    }
#mobilenav li:last-child .active{
     font-size: 25px;
        color: #dc3545;
    border-left: none;
}    
#mobilenav ul li a
{
  display: block;
  padding: 0 20px;
  line-height: 55px;
  color: #005ca2;
    font-size: 18px;
    font-family: GT-Walsheim-Pro-Regular;
    text-decoration: none;
}
#mobilenav i{
    font-size: 25px;
    color: #005ca2;
    padding-left: 20px;
}
           #mobilenav ul li .active{
     font-size: 25px;
       color: #dc3545;
    }
#mobilenav nav{
    padding: 0px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
     position: fixed;
        background-color: white;
    top: 0 ;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: top 0.3s;
}
#mobilenav ul li {
  float: none;
  position: relative;
} 
#mobilenav .nav-dropdown {
  position: relative;
  display: none;
  z-index: 1;
  width: 100%;
padding-left: 20px;
}
#mobilenav .nav-dropdown a{
        font-size: 16px;
    }
#mobilenav .globe{
         width: 4%;
    }
}
@media only screen and (min-width: 992px) {
#desktopnav nav{
    padding: 0px 20px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
     position: fixed;
        background-color: white;
    top: 0 ;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: top 0.3s;
}
#desktopnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#desktopnav ul li {
  float: left;
  position: relative;
}
#desktopnav ul li a{
  display: block;
  padding: 0 19px;
  line-height: 100px;
  color: #005ca2;
    font-size: 15px;
    font-family: GT-Walsheim-Pro-Regular;
    text-decoration: none;
}
    #desktopnav li:hover:before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color:#dc3545;
        top: 0px;
        left: 0px;
        position: absolute;
    }

#desktopnav .nav-dropdown .active::before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color: #307bb5;
        top: 0px;
        left: 0px;
        position: absolute;
    }
#desktopnav ul li .active
{
  color: #dc3545;
}
#desktopnav i{
    font-size: 20px;
    color: #005ca2;
}

#desktopnav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

#desktopnav .nav-dropdown {
    position: fixed;
    display: none;
    z-index: 1;
    width: 100%;
    /* float: right; */
    left: 0px;
    padding: 20px 0px;
    background-color: #f6f6f6;
}  

#desktopnav .nav-dropdown li, #desktopnav .nav-dropdown1 li {
    float: none;
    border-bottom: 1px solid #80808070;
    }
#desktopnav .nav-dropdown li a, #desktopnav .nav-dropdown1 li a{
     line-height: 10px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
    #desktopnav li:hover:before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color:#dc3545;
        top: 0px;
        left: 0px;
        position: absolute;
    }
        #desktopnav .tabcontent li:hover:before{
        display: none;
    }
#desktopnav .nav-dropdown .active::before, #desktopnav .nav-dropdown1 .active::before{
        content: " ";
        width: 100%;
        height: 3px;
        background-color: #307bb5;
        top: 0px;
        left: 0px;
        position: absolute;
    }
#desktopnav .nav-dropdown .tabcontent li, #desktopnav .nav-dropdown1 .tabcontent li{
    float: none;
    border-bottom: none;
    }
#desktopnav .nav-dropdown .tabcontent li a , #desktopnav .nav-dropdown1 .tabcontent li a{
     line-height: 10px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }

#desktopnav .nav-dropdown .tabcontent .titlelist ,#desktopnav .nav-dropdown1 .tabcontent .titlelist{
     line-height: 20px;
     color: black;
     font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
    #desktopnav .nav-dropdown .alllink{
        position: absolute;
        bottom: 0px;
    }
    #desktopnav .dropbtn1{
        line-height: 100px;
    }    
#desktopnav .nav-dropdown1 {
    position: fixed;
    display: none;
    z-index: 1;
    width: 100%;
    /* float: right; */
    left: 0px;
    padding: 20px 0px;
    background-color: #f6f6f6;
}   
#desktopnav .nav-dropdown1 li{
    float: none;
    border-bottom: 1px solid #80808070;
    }
/*
#desktopnav .nav-dropdown1 li a{
     line-height: 20px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
*/
#desktopnav .nav-dropdown1  a{
     line-height: 50px;
     color: #005ca2;
     padding-left: 30px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    } 
    #desktopnav .nav-dropdown1  a:hover{
        color:#dc3545;
    }
    
 
#desktopnav .nav-dropdown1 .tabcontent li{
    float: none;
    border-bottom: none;
    }
#desktopnav .nav-dropdown1 .tabcontent li a{
     line-height: 10px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
    #desktopnav li:hover:before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color:#dc3545;
        top: 0px;
        left: 0px;
        position: absolute;
    }
        #desktopnav .dropbtn1:hover:before{
        content: " ";
        display: none;
    }

#desktopnav .nav-dropdown1 .active::before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color: #307bb5;
        top: 0px;
        left: 0px;
        position: absolute;
    }
#desktopnav .nav-dropdown1 .tabcontent .titlelist{
     line-height: 20px;
     color: black;
     font-size: 20px;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }


#desktopnav .nav-dropdown1 .alllink{
        position: absolute;
        bottom: 0px;
    }

    
       #desktopnav .nav-dropdown .tabcontent {
  display: none;
}
           #desktopnav .nav-dropdown .tabcontent1 {
  display: none;
}
           #desktopnav .nav-dropdown .tabcontent2 {
  display: none;
}
               #desktopnav .nav-dropdown .tabcontenti {
  display: none;
}
    #desktopnav .nav-dropdown ul{
        padding-left: 20px;
    }


 #desktopnav .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
 #desktopnav  .imgdiv {
    position: relative;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}
 #desktopnav .nav-dropdown img {
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
}
 #desktopnav .middle {
  position: absolute;
  bottom: 10px;

}
    #desktopnav  .imgdiv:hover img {
  transform: scale(1.1);      
    }
 #desktopnav .main {
  background-color: white;
  padding: 10px;

}
    #desktopnav .main a{
    padding: 0px;
    line-height: inherit;
    }

    #desktopnav .title{
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular;
    color: #005ca2;
    font-weight: 500;
    }

 
#desktopnav p{text-align: justify;
    text-align: left;
    color: black;
    font-size: 12px;
    font-family: GT-Walsheim-Pro-Regular;
    font-weight: 500;
    }

#desktopnav .row:after {
  content: "";
  display: table;
  clear: both;
}
        #desktopnav .globe{
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
#desktopnav nav{
    padding: 0px 20px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
     position: fixed;
        background-color: white;
    top: 0 ;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: top 0.3s;
}
#desktopnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#desktopnav ul li {
  float: left;
  position: relative;
}
#desktopnav ul li a

{
  display: block;
  padding: 0 25px;
  line-height: 100px;
  color: #005ca2;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular;
    text-decoration: none;
}
#desktopnav ul li .active
 {
  color: #dc3545;
}
#desktopnav i{
    font-size: 25px;
    color: #005ca2;
}

#desktopnav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}


    #desktopnav .dropbtn1{
        line-height: 100px;
    }

#desktopnav .nav-dropdown {
    position: fixed;
    display: none;
    z-index: 1;
    width: 100%;
    /* float: right; */
    left: 0px;
    padding: 20px 0px;
    background-color: #f6f6f6;
}   
#desktopnav .nav-dropdown li, #desktopnav .nav-dropdown1 li{
    float: none;
    border-bottom: 1px solid #80808070;
    }
#desktopnav .nav-dropdown li a,#desktopnav .nav-dropdown1 li a {
     line-height: 20px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
 
#desktopnav .nav-dropdown .tabcontent li, #desktopnav .nav-dropdown1 .tabcontent li{
    float: none;
    border-bottom: none;
    }
#desktopnav .nav-dropdown .tabcontent li a ,#desktopnav .nav-dropdown1 .tabcontent li a{
     line-height: 10px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
    #desktopnav li:hover:before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color:#dc3545;
        top: 0px;
        left: 0px;
        position: absolute;
    }

#desktopnav .nav-dropdown .active::before, #desktopnav .nav-dropdown1 .active::before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color: #307bb5;
        top: 0px;
        left: 0px;
        position: absolute;
    }
#desktopnav .nav-dropdown .tabcontent .titlelist ,#desktopnav .nav-dropdown1 .tabcontent .titlelist{
     line-height: 20px;
     color: black;
     font-size: 20px;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }


    #desktopnav .nav-dropdown .alllink{
        position: absolute;
        bottom: 0px;
    }

    
    
#desktopnav .nav-dropdown1 {
    position: fixed;
    display: none;
    z-index: 1;
    width: 100%;
    /* float: right; */
    left: 0px;
    padding: 20px 0px;
    background-color: #f6f6f6;
}   
#desktopnav .nav-dropdown1 li{
    float: none;
    border-bottom: 1px solid #80808070;
    }
/*
#desktopnav .nav-dropdown1 li a{
     line-height: 20px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
*/
#desktopnav .nav-dropdown1  a{
     line-height: 50px;
     color: #005ca2;
     padding-left: 30px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }    
 
#desktopnav .nav-dropdown1 .tabcontent li{
    float: none;
    border-bottom: none;
    }
#desktopnav .nav-dropdown1 .tabcontent li a{
     line-height: 10px;
     color: #005ca2;
     padding-left: 0px;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }
    #desktopnav li:hover:before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color:#dc3545;
        top: 0px;
        left: 0px;
        position: absolute;
    }
        #desktopnav .dropbtn1:hover:before{
        content: " ";
        display: none;
    }

#desktopnav .nav-dropdown1 .active::before{
        content: " ";
        width: 100%;
        height: 5px;
        background-color: #307bb5;
        top: 0px;
        left: 0px;
        position: absolute;
    }
#desktopnav .nav-dropdown1 .tabcontent .titlelist{
     line-height: 20px;
     color: black;
     font-size: 20px;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
     font-family: GT-Walsheim-Pro-Regular;
     text-decoration: none;
    }


#desktopnav .nav-dropdown1 .alllink{
        position: absolute;
        bottom: 0px;
    }

    
   #desktopnav .nav-dropdown .tabcontent {
  display: none;
}
       #desktopnav .nav-dropdown .tabcontent1 {
  display: none;
}
           #desktopnav .nav-dropdown .tabcontent2 {
  display: none;
}
           #desktopnav .nav-dropdown .tabcontenti {
  display: none;
}
 #desktopnav .nav-dropdown .tabcontentl {
  display: none;
}

 #desktopnav .nav-dropdown ul{
        padding-left: 20px;
    }
 #desktopnav .nav-dropdown1 ul{
        padding-left: 20px;
    }

 #desktopnav .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
 #desktopnav .imgdiv {
    position: relative;
    margin: 0px;
    overflow: hidden;
     padding: 0px;
}
 #desktopnav .nav-dropdown img {
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
}
 #desktopnav .nav-dropdown1 img {
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
}    
 #desktopnav .middle {
  position: absolute;
  bottom: 10px;

}
    #desktopnav  .imgdiv:hover img {
  transform: scale(1.1);      
    }
 #desktopnav .main {
  background-color: white;
  padding: 10px;

}
    #desktopnav .main a{
    padding: 0px;
    }

    #desktopnav .title{
    width: 100%;
    display: block;
    font-size: 20px;
    font-family: GT-Walsheim-Pro-Regular;
    color: #005ca2;
    font-weight: 500;
    }
    #desktopnav .category{
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-family: GT-Walsheim-Pro-Regular;
    color: #005ca2;
    font-weight: 500;
    letter-spacing: 1px;
    }
    #desktopnav span:hover{
    color:#dc3545;    
    }
 
#desktopnav p{text-align: justify;
    text-align: left;
    color: black;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular;
    font-weight: 500;
    }
    
    
#desktopnav .row:after {
  content: "";
  display: table;
  clear: both;
}
    #desktopnav .globe{
        width: 50%;
    }
 
/*
  #desktopnav   .dropdown {
  position: relative;
  display: inline-block;
  line-height: 80px;
}

 #desktopnav .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 1000px;
  box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0px;
  top:80px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;  
  padding: 10px;     
}

 #desktopnav .dropdown-content a {
  color: #005ca2;
  padding: 12px 20px;
  text-decoration: none;
  line-height: 20px;     
  display: inline-block;
}

 #desktopnav .dropdown-content a:hover { color:#dc3545;}

 #desktopnav .dropdown:hover .dropdown-content {
  display: block;
}
*/

   
}
/*NAVBAR LARGE DEVICE END*/
/*SLIDER*/
@media only screen and (max-width: 600px) {
    #slider{
       margin-top: 70px; 
    }
       #slider .carousel-item {
  height: 55vh;
  min-height: 350px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, #00000078, #000);
    opacity: .6;}
    #slider .carousel-caption-left{
    position: absolute;
    top: 45%;
    left: 53%;
    width: 100%;
    transform: translate(-50%, -50%);
   
}
    #slider .carousel-caption-right{
    position: absolute;
    top: 45%;
    left: 53%;
    width: 100%;
    transform: translate(-50%, -50%);
   
}
    #slider .carousel-indicators li{
        width: 12px;
    }
    #slider h1{
        text-align: left;
    max-width: 335px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 31px;
    }
    #slider button{
    font-weight: 400;
    font-size: 15px;
    color: white;
    border: 2px solid white;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top: 0px;
    width: 93%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    background: linear-gradient(to left, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-out;
    }
    #slider button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #slider button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 600px) {
    #slider{
       margin-top: 70px; 
    }
     #slider .carousel-item {
  height: 55vh;
  min-height: 350px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom right, #00000078, #000);
    opacity: .6;}
    #slider .carousel-caption-left{
position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
   
}
    #slider .carousel-caption-right{
position: absolute;
    top: 45%;
    right: -20%;
    transform: translate(-50%, -50%);
   
}
    #slider .carousel-indicators li{
        width: 12px;
    }
    #slider .carousel-caption-left h1{
    text-align: left;
    max-width: 300px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 28px;
    }
    #slider .carousel-caption-right h1{
    text-align: right;
    max-width: 300px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 28px;
    }
    #slider .carousel-caption-left button{
    font-weight: 400;
    font-size: 12px;
    color: white;
    border: 2px solid white;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top: 10px;
    width: 72%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    background: linear-gradient(to left, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-out;
    }
    #slider .carousel-caption-right button{
    font-weight: 400;
    font-size: 12px;
    color: white;
    border: 2px solid white;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top: 10px;
    width: 72%;
    float: right;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    background: linear-gradient(to left, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-out;
    }
    #slider button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #slider button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 768px) {
    #slider{
       margin-top: 70px; 
    }
 #slider .carousel-item {
  height: 55vh;
  min-height: 350px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, transparent, #000);
    opacity: .6;}
    #slider .carousel-caption-left{
      position: absolute;
    top: 45%;
    left: 13%;
    transform: translate(-20%, -50%);
   
}
    #slider .carousel-caption-right{
      position: absolute;
    top: 45%;
    right: -8%;
    transform: translate(-20%, -50%);
   
}
    #slider .carousel-indicators li{
        width: 15px;
    }
    #slider .carousel-caption-left h1{
    text-align: left;
    max-width: 400px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 35px;
    }
    #slider .carousel-caption-right h1{
    text-align: right;
    max-width: 400px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 35px;
    }
    #slider .carousel-caption-left button{
    font-weight: 400;
    font-size: 14px;
    color: white;
    border: 2px solid white;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top: 10px;
    width: 62%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    background: linear-gradient(to left, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-out;
    }
    #slider .carousel-caption-right button{
    font-weight: 400;
    font-size: 14px;
    color: white;
    border: 2px solid white;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top: 10px;
    width: 62%;
    float: right;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    background: linear-gradient(to left, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-out;
    }
    #slider button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #slider button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 992px) {
    #slider{
       margin-top: 100px; 
    }
 #slider .carousel-item {
  height: 80vh;
  min-height: 350px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, transparent, #000);
        opacity: .6;}
    #slider .carousel-indicators li{
        width: 20px;
    }
    #slider .carousel-caption-left{
  position: absolute;
  top: 45%;
  left: 12%;
  transform: translate(-20%, -50%);
   
}
    #slider .carousel-caption-right{
  position: absolute;
  top: 45%;
  right: -9%;
  transform: translate(-20%, -50%);
   
}
    #slider .carousel-caption-left h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 45px;
    }
    #slider .carousel-caption-right h1{
    text-align: right;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 45px;
    }
    #slider .carousel-caption-left  button{
    font-weight: 400;
    font-size: 15px;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width: 58%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #slider .carousel-caption-right  button{
    font-weight: 400;
    font-size: 15px;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width: 58%;
    float: right;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #slider button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #slider button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 1200px) {

       #slider{
    margin-top: 102px;   
    } 
#slider .carousel-item {
  height: 100vh;
  min-height: 350px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, transparent, #000);
        opacity: .6;}
    #slider .carousel-caption-left{
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translate(-20%, -50%);
   
}
    #slider .carousel-caption-right{
  position: absolute;
  top: 45%;
  right: -3%;
  transform: translate(-20%, -50%);
   
}
    #slider .carousel-indicators li{
        width: 20px;
    }
    #slider .carousel-caption-left h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
    }
    #slider .carousel-caption-right h1{
    text-align: right;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
    }
  
    #slider .carousel-caption-left button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width: 60%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #slider .carousel-caption-right button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width: 60%;
    float: right;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #slider button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #slider button:focus{
        outline: none;
    }
}
#slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
/*SLIDER END*/


/*FEATURED CONTENT*/
@media only screen and (max-width: 600px) {
#featured-content .container-fluid{
    padding: 80px 20px;
    background-color: #f5f3f2;
    }
               #featured-content .btn {
color: #fff;
    background: #0079c1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica,sans-serif;
    border: 0;
    outline: 0;
    font-size: 15px;
    padding: 12px 35px;
    float: right;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0px;
    transform: skew(-8deg);
}
#featured-content .btn:focus { outline: none;box-shadow: none; }
#featured-content .btn::hover { background: #0069a8; }
#featured-content .btn span { display: inline-block; transform: skew(8deg); }
    #featured-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #featured-content .title{
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #featured-content .text{
    width: 100%;
    text-align: justify;
    font-size: 15px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #featured-content .content{
    background-color: white;
    padding:20px;
    width:100%;
    }
    #featured-content .content-bottom{
    background-color: white;
    padding: 20px;
    width:100%;
    }
 
  
#featured-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding: 0px;
}
#featured-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#featured-content .swiper-slide:hover img {
    transform: scale(1.1);
}
    #featured-content .directionnav{
        margin-top: 50px;
    }
    #featured-content .swiper-button-prev:focus{
    outline: 0;
    }
    #featured-content .swiper-button-next:focus{
    outline: 0;
    }
    #featured-content i{
        font-size: 30px;
        margin: 0px auto;
        display: block;
    }
#featured-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -20px;
}
}

@media only screen and (min-width: 600px) {
#featured-content .container-fluid{
    padding: 80px 20px;
    background-color: #f5f3f2;
    }
           #featured-content .btn {
color: #fff;
    background: #0079c1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica,sans-serif;
    border: 0;
    outline: 0;
    font-size: 15px;
    padding: 12px 35px;
    float: right;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0px;
    transform: skew(-8deg);
}
#featured-content .btn:focus { outline: none;box-shadow: none; }
#featured-content .btn::hover { background: #0069a8; }
#featured-content .btn span { display: inline-block; transform: skew(8deg); }
    #featured-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #featured-content .title{
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #featured-content .text{
    width: 100%;
    text-align: justify;
    font-size: 15px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #featured-content .content{
    background-color: white;
    padding:20px;
    height: 150px;
    }
    #featured-content .content-bottom{
    background-color: white;
    padding: 20px;
    height: 150px;
    width:100%;
    }
 
  
#featured-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding: 0px;
}
#featured-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#featured-content .swiper-slide:hover img {
    transform: scale(1.1);
}
    #featured-content .directionnav{
        margin-top: 50px;
    }
    #featured-content .swiper-button-prev:focus{
    outline: 0;
    }
    #featured-content .swiper-button-next:focus{
    outline: 0;
    }
    #featured-content i{
        font-size: 30px;
        margin: 0px auto;
        display: block;
    }
#featured-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -18px;
}
}
@media only screen and (min-width: 768px) {
#featured-content .container-fluid{
    padding: 100px 20px;
    background-color: #f5f3f2;
    }
           #featured-content .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#featured-content .btn:focus { outline: none;box-shadow: none; }
#featured-content .btn::hover { background: #0069a8; }
#featured-content .btn span { display: inline-block; transform: skew(8deg); }
    #featured-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #featured-content .title{
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #featured-content .text{
    width: 100%;
    text-align: justify;
    font-size: 15px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #featured-content .content{
    background-color: white;
    padding:20px;
    }
    #featured-content .content-bottom{
    background-color: white;
    padding: 20px;
    width:100%;
    }
 
  
#featured-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding: 0px;
}
#featured-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#featured-content .swiper-slide:hover img {
    transform: scale(1.1);
}
    #featured-content .directionnav{
        margin-top: 50px;
    }
    #featured-content .swiper-button-prev:focus{
    outline: 0;
    }
    #featured-content .swiper-button-next:focus{
    outline: 0;
    }
    #featured-content i{
        font-size: 30px;
        margin: 0px auto;
        display: block;
    }
#featured-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -15px;
}
}
@media only screen and (min-width: 992px) {
#featured-content .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }
       #featured-content .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#featured-content .btn:focus { outline: none;box-shadow: none; }
#featured-content .btn::hover { background: #0069a8; }
#featured-content .btn span { display: inline-block; transform: skew(8deg); }
    #featured-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #featured-content .title{
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #featured-content .text{
    width: 100%;
    text-align: justify;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #featured-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0px; 
    height: 150px;
    transition: bottom .5s linear;
    }
    #featured-content .content-bottom{
    position: absolute;
    bottom: -70px;
    opacity: 0;
    width:100%;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
 
    #featured-content .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #featured-content .swiper-slide:hover .content{
    bottom: 90px;
    }
    #featured-content .swiper-slide:hover{
        cursor: pointer;
    }
  
#featured-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 257px;
    padding: 0px;
}
#featured-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#featured-content .swiper-slide:hover img {
    transform: scale(1.1);
}
    #featured-content .directionnav{
        margin-top: 50px;
    }
    #featured-content .swiper-button-prev:focus{
    outline: 0;
    }
    #featured-content .swiper-button-next:focus{
    outline: 0;
    }
    #featured-content i{
        font-size: 30px;
        margin: 0px auto;
        display: block;
    }
#featured-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}

@media only screen and (min-width: 1200px) {
#featured-content .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }
   #featured-content .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#featured-content .btn:focus { outline: none;box-shadow: none; }
#featured-content .btn::hover { background: #0069a8; }
#featured-content .btn span { display: inline-block; transform: skew(8deg); }
    #featured-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #featured-content .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #featured-content .text{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #featured-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 150px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #featured-content .content-bottom{
    position: absolute;
    bottom: -70px;
    opacity: 0;
    width:100%;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
 
    #featured-content .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #featured-content .swiper-slide:hover .content{
    bottom: 90px;
    }
    #featured-content .swiper-slide:hover{
        cursor: pointer;
    }
  
#featured-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 354px;
    padding: 0px;
}
#featured-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#featured-content .swiper-slide:hover img {
    transform: scale(1.1);
}
    #featured-content .directionnav{
        margin-top: 50px;
    }
    #featured-content .swiper-button-prev:focus{
    outline: 0;
    }
    #featured-content .swiper-button-next:focus{
    outline: 0;
    }
    #featured-content i{
        font-size: 30px;
        margin: 0px auto;
        display: block;
    }
#featured-content h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}
/*FEATURED CONTENT END*/

/*HOME ABOUT*/

@media only screen and (max-width: 600px) {
#home-about .container-fluid{
    padding: 0px;
}

#home-about .image-box {
  position: relative;
}

#home-about .image-box__background,
#home-about .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-about{
      height: 66vh;
  overflow: hidden;    
    } 
#home-about .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-about:hover .image-box__background{
    transform: scale(1.1);
    }
#home-about .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-about .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#home-about .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 66vh;
}
 
#home-about .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-about h1{
    text-align: left;
    max-width: 500px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 30px;
}
    #home-about button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-about button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-about button:focus{
        outline: none;
    }}

@media only screen and (min-width: 600px) {
#home-about .container-fluid{
    padding: 0px;
}

#home-about .image-box {
  position: relative;
}

#home-about .image-box__background,
#home-about .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-about{
      height: 100vh;
  overflow: hidden;    
    } 
#home-about .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-about:hover .image-box__background{
    transform: scale(1.1);
    }

#home-about .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-about .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#home-about .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-about .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-about h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 32px;
}
    #home-about button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 30%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-about button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-about button:focus{
        outline: none;
    }}
@media only screen and (min-width: 768px) {
#home-about .container-fluid{
    padding: 0px;
}

#home-about .image-box {
  position: relative;
}

#home-about .image-box__background,
#home-about .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-about{
      height: 75vh;
  overflow: hidden;    
    } 
#home-about .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-about:hover .image-box__background{
    transform: scale(1.1);
    }

#home-about .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-about .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
}
#home-about .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 75vh;
}
 
#home-about .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-about h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #home-about button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 25%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-about button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-about button:focus{
        outline: none;
    }}
@media only screen and (min-width: 992px) {
#home-about .container-fluid{
    padding: 0px;
}

#home-about .image-box {
  position: relative;
}

#home-about .image-box__background,
#home-about .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-about{
      height: 100vh;
  overflow: hidden;    
    } 
#home-about .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-about:hover .image-box__background{
    transform: scale(1.1);
    }
#home-about .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#home-about .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 10px;
}
#home-about .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-about .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-about h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #home-about button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-about button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-about button:focus{
        outline: none;
    }}
@media only screen and (min-width: 1200px) {
#home-about .container-fluid{
    padding: 0px;
}

#home-about .image-box {
  position: relative;
}

#home-about .image-box__background,
#home-about .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-about{
      height: 100vh;
  overflow: hidden;    
    } 
#home-about .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-about:hover .image-box__background{
    transform: scale(1.1);
    }

#home-about .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#home-about .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 5px;
}
#home-about .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-about .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-about h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #home-about button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-about button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-about button:focus{
        outline: none;
    }}

/*HOME ABOUT END*/

/*SERIVCES CONTENT*/
/*
@media only screen and (max-width: 320px) {
#services-content .container{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 273px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .services-slide{
        padding: 0px;
        margin-bottom: 20px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
     #services-content h2{
        margin-left: 20px;
        font-size: 24px;
        font-family: "Californian FB",serif;
        font-weight: 600;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 321px) {
#services-content .container{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 328px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .services-slide{
        padding: 0px;
        margin-bottom: 20px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
     #services-content h2{
        margin-left: 20px;
        font-size: 24px;
        font-family: "Californian FB",serif;
        font-weight: 600;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 360px) {
#services-content .container{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 314px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .services-slide{
        padding: 0px;
        margin-bottom: 20px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
     #services-content h2{
        margin-left: 20px;
        font-size: 24px;
        font-family: "Californian FB",serif;
        font-weight: 600;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 380px) {
#services-content .container{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 320px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .services-slide{
        padding: 0px;
        margin-bottom: 20px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
     #services-content h2{
        margin-left: 20px;
        font-size: 24px;
        font-family: "Californian FB",serif;
        font-weight: 600;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 400px) {
#services-content .container{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
      position: relative;
    margin: auto;
    overflow: hidden;
    width: 365px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .services-slide{
        padding: 0px;
        margin-bottom: 20px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
     #services-content h2{
        margin-left: 20px;
        font-size: 24px;
        font-family: "Californian FB",serif;
        font-weight: 600;
        margin-bottom: 50px;
    }
}
*/
@media only screen and (max-width: 600px) {
#services-content .container-fluid{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    height: 250px;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
      position: relative;
    width: 100%;
    overflow: hidden;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .services-slide{
        padding: 0px;
        margin-bottom: 20px;
    }
#services-content a{
        text-decoration: none;
        color: inherit;
    }
#services-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}


@media only screen and (min-width: 600px) {
#services-content .container-fluid{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
    #services-content a{
        text-decoration: none;
        color: inherit;
    }
    #services-content .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    height: 220px;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 295px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .services-slide{
        padding: 0px;
        margin-bottom: 20px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
#services-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}
@media only screen and (min-width: 768px) {
#services-content .container-fluid{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: justify;
    font-size: 15px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    height: 200px;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 346px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .col-md-4{
        padding: 0px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
#services-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}
@media only screen and (min-width: 992px) {
#services-content .container-fluid{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: justify;
    font-size: 15px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    height: 240px;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 220px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .col-md-4{
        padding: 0px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
#services-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 10px;
}
}
@media only screen and (min-width: 1200px) {
#services-content .container-fluid{
    padding: 100px 0px;
    }
    #services-content {
        background-color: #f5f3f2;
    }
    #services-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
    #services-content .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #services-content .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #services-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 250px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
 
  
#services-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 307px;
    padding: 0px;
}
#services-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #services-content .col-md-4{
        padding: 0px;
    }
#services-content .services-slide:hover img {
    transform: scale(1.1);
}
#services-content h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}
/*SERIVCES CONTENT END*/

/*INDUSTRIES CONTENT*/
@media only screen and (max-width: 320px) {
#industries-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#industries-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#industries-content .btn {
    color: #fff;
    background: #0079c1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica,sans-serif;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 12px 15px;
    float: right;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0px;
    transform: skew(-8deg);
}
#industries-content .btn:focus { outline: none;box-shadow: none; }
#industries-content .btn::hover { background: #0069a8; }
#industries-content .btn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnn {
text-align: center;
    background-color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 35px;
    padding: 10px 15px;
    width: 25%;
    position: absolute;
    top: 13px;
    left: 40px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    transform: skew(-8deg);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#industries-content .btnn img { width: 100%; }
#industries-content .btnn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnnn {
background-color: #f4f4f4;
    border: 0;
    outline: 0;
    font-size: 20px;
    padding: 15px 25px;
    float: right;
    width: 70%;
    height: 105px;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: -5;
    display: block;
}
#industries-content .btnnn span { display: inline-block; margin-left: 10px;margin-top: 28px; text-align: left;
  text-decoration: none;
  font-family: "Californian FB",serif;
  font-weight: 300;color: black; }
}

@media only screen and (min-width: 321px) {
#industries-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#industries-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#industries-content .btn {
    color: #fff;
    background: #0079c1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica,sans-serif;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 12px 15px;
    float: right;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0px;
    transform: skew(-8deg);
}
#industries-content .btn:focus { outline: none;box-shadow: none; }
#industries-content .btn::hover { background: #0069a8; }
#industries-content .btn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnn {
text-align: center;
    background-color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 35px;
    padding: 10px 15px;
    width: 25%;
    position: absolute;
    top: 13px;
    left: 40px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    transform: skew(-8deg);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#industries-content .btnn img { width: 100%; }
#industries-content .btnn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnnn {
  background-color: #f4f4f4;
  border: 0;
  outline: 0;
  font-size: 22px;
  padding: 15px 25px;
  float:right;
  width: 70%;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: -5;
  display: block;
}
#industries-content .btnnn span { display: inline-block; margin-left: 10px;margin-top: 28px; text-align: left;
  text-decoration: none;
  font-family: "Californian FB",serif;
  font-weight: 300;color: black; }
}

@media only screen and (min-width: 480px) {
#industries-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 5px;
}
#industries-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#industries-content .btn {
    color: #fff;
    background: #0079c1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica,sans-serif;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 12px 15px;
    float: right;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0px;
    transform: skew(-8deg);
}
#industries-content .btn:focus { outline: none;box-shadow: none; }
#industries-content .btn::hover { background: #0069a8; }
#industries-content .btn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnn {
text-align: center;
    background-color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 35px;
    padding: 10px 15px;
    width: 25%;
    position: absolute;
    top: 13px;
    left: 40px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    transform: skew(-8deg);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#industries-content .btnn img { width: 100%; }
#industries-content .btnn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnnn {
  background-color: #f4f4f4;
  border: 0;
  outline: 0;
  font-size: 22px;
  padding: 15px 25px;
  float:right;
  width: 70%;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: -5;
  display: block;
}
#industries-content .btnnn span { display: inline-block; margin-left: 10px;margin-top: 28px; text-align: left;
  text-decoration: none;
  font-family: "Californian FB",serif;
  font-weight: 300;color: black; }
}


@media only screen and (min-width: 600px) {
#industries-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 5px;
}
#industries-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#industries-content .btn {
    color: #fff;
    background: #0079c1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica,sans-serif;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 12px 15px;
    float: right;
    width: 45%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0px;
    transform: skew(-8deg);
}
#industries-content .btn:focus { outline: none;box-shadow: none; }
#industries-content .btn::hover { background: #0069a8; }
#industries-content .btn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnn {
text-align: center;
    background-color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 35px;
    padding: 10px 15px;
    width: 25%;
    position: absolute;
    top: 13px;
    left: 61px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    transform: skew(-8deg);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#industries-content .btnn img { width: 100%; }
#industries-content .btnn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnnn {
  background-color: #f4f4f4;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 15px 25px;
  float:right;
  width: 70%;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: -5;
  display: block;
}
#industries-content .btnnn span { display: inline-block; margin-left: 35px;margin-top: 28px; text-align: left;
  text-decoration: none;
  font-family: "Californian FB",serif;
  font-weight: 300;color: black; }
}

@media only screen and (min-width: 768px) {
#industries-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#industries-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#industries-content .btn {
    color: #fff;
    background: #0079c1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica,sans-serif;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 12px 15px;
    float: right;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0px;
    transform: skew(-8deg);
}
#industries-content .btn:focus { outline: none;box-shadow: none; }
#industries-content .btn::hover { background: #0069a8; }
#industries-content .btn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnn {
text-align: center;
    background-color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 35px;
    padding: 10px 15px;
    width: 25%;
    position: absolute;
    top: 13px;
    left: 61px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    transform: skew(-8deg);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#industries-content .btnn img { width: 100%; }
#industries-content .btnn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnnn {
  background-color: #f4f4f4;
  border: 0;
  outline: 0;
  font-size: 20px;
  padding: 15px 25px;
  float:right;
  width: 70%;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: -5;
  display: block;
}
#industries-content .btnnn span { display: inline-block; margin-left: 35px;margin-top: 28px; text-align: left;
  text-decoration: none;
  font-family: "Californian FB",serif;
  font-weight: 300;color: black; }
}
@media only screen and (min-width: 992px) {
#industries-content h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 20px;
}
#industries-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#industries-content .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#industries-content .btn:focus { outline: none;box-shadow: none; }
#industries-content .btn::hover { background: #0069a8; }
#industries-content .btn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnn {
text-align: center;
    background-color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 35px;
    padding: 10px 15px;
    width: 30%;
    position: absolute;
    top: 18px;
    left: 35px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    transform: skew(-8deg);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#industries-content .btnn img { width: 100%; }
#industries-content .btnn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnnn {
  background-color: #f4f4f4;
  border: 0;
  outline: 0;
  font-size: 17px;
  padding: 15px 25px;
  float:right;
  width: 70%;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: -5;
  display: block;
}
#industries-content .btnnn span {     display: inline-block;
    margin-left: 8px;
    margin-top: 30px;
    text-align: left;
    text-decoration: none;
    font-family: "Californian FB",serif;
    font-weight: 300;
    color: black;}
}


@media only screen and (min-width: 1200px) {
#industries-content h1{
    font-size: 55px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 110px;
}
#industries-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#industries-content .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#industries-content .btn:focus { outline: none;box-shadow: none; }
#industries-content .btn::hover { background: #0069a8; }
#industries-content .btn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnn {
text-align: center;
    background-color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 18px;
    padding: 10px 25px;
    width: 30%;
    position: absolute;
    top: 18px;
    left: 35px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    z-index: 5;
    transform: skew(-8deg);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#industries-content .btnn img { width: 110%; }
#industries-content .btnn span { display: inline-block; transform: skew(8deg); }
#industries-content .btnnn {
  background-color: #f4f4f4;
  border: 0;
  outline: 0;
  font-size: 22px;
  padding: 23px 25px;
  float:right;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: -5;
  display: block;
}
#industries-content .btnnn span { display: inline-block; margin-left: 20px; margin-top:20px;text-align: left;
  text-decoration: none;
  font-family: "Californian FB",serif;
  font-weight: 300;color: black; }
}
/*INDUSTRIES CONTENT END*/


/*GLOBAL CONTENT*/
@media only screen and (max-width: 600px) {
#global-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -15px;
}
    #global-content img{
        width: 90%;
        margin: 0px auto;
        display: block;
    }
    #global-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content{
           background-color: #f5f3f2;
    }
}

@media only screen and (min-width: 600px) {
#global-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content img{
        width: 90%;
        margin: 0px auto;
        display: block;
    }
    #global-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content{
           background-color: #f5f3f2;
    }
}

@media only screen and (min-width: 768px) {
#global-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content img{
        width: 80%;
        margin: 0px auto;
        display: block;
    }
    #global-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content{
           background-color: #f5f3f2;
    }
}
@media only screen and (min-width: 992px) {
#global-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content img{
        width: 80%;
        margin: 0px auto;
        display: block;
    }
    #global-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content{
           background-color: #f5f3f2;
    }
}
@media only screen and (min-width: 1200px) {
#global-content h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content img{
        width: 80%;
        margin: 0px auto;
        display: block;
    }
    #global-content .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content{
           background-color: #f4f5f7;
    }
}
/*GLOBAL CONTENT END*/



/*BLOG CONTENT*/
@media only screen and (max-width: 600px) {
/*#blog-content .container-fluid{*/
/*    padding: 50px 0px;*/
/*    background-color: #ecebeb;*/
/*    }*/
#blog-content{
    padding:50px 0px;
    background-color: #ecebeb;
    }
    #blog-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #blog-content .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    margin-bottom: 50px;
    height: 100px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #blog-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0;
    transition: bottom .5s linear;
    }
    #blog-content p{text-align: justify;
    opacity:1;
    position: relative;
    bottom: 55px;    text-align: justify;
    padding: 20px;
    background-color: white;
    }
  
#blog-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding: 0px;
}
#blog-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#blog-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}

@media only screen and (min-width: 600px) {
/*#blog-content .container-fluid{*/
/*    padding: 50px 0px;*/
/*    background-color: #ecebeb;*/
/*    }*/
#blog-content{
    padding:50px 0px;
    background-color: #ecebeb;
    }

    #blog-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #blog-content .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    margin-bottom: 50px;
    height: 100px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #blog-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0;
    transition: bottom .5s linear;
    }
    #blog-content p{text-align: justify;
    opacity:1;
    position: relative;
    bottom: 100px;
    padding: 20px;
    background-color: white;
    }
  
#blog-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 479px;
    padding: 0px;
}
#blog-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#blog-content .swiperr-slide:hover img {
    transform: scale(1.1);
}
#blog-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -50px;
}
}


@media only screen and (min-width: 768px) {
/*#blog-content .container-fluid{*/
/*    padding: 50px 0px;*/
/*    background-color: #ecebeb;*/
/*    }*/
#blog-content{
    padding:50px 0px;
    background-color: #ecebeb;
    }
    #blog-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #blog-content .title{
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-bottom: 50px;
    height: 100px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #blog-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0;
    transition: bottom .5s linear;
    }
    #blog-content p{text-align: justify;
    opacity: 0;
    position: relative;
    bottom: 160px;
    padding: 20px;
    background-color: white;
    }
    #blog-content .swiperr-slide:hover p{text-align: justify;
    opacity: 1;    
    }
    #blog-content .swiperr-slide:hover .content-bottom{
    opacity: 1;
    }
    #blog-content .swiperr-slide:hover .content{
    bottom: 90px;
    }
    #blog-content .swiperr-slide:hover{
        cursor: pointer;
    }
  
#blog-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#blog-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#blog-content .swiperr-slide:hover img {
    transform: scale(1.1);
}
#blog-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
}

@media only screen and (min-width: 992px) {
/*#blog-content .container-fluid{*/
/*    padding: 100px 0px;*/
/*    background-color: #ecebeb;*/
/*    }*/
#blog-content{
    padding:100px 0px;
    background-color: #ecebeb;
    }
    #blog-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #blog-content .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    margin-bottom: 50px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #blog-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0;
    transition: bottom .5s linear;
    }
    #blog-content p{text-align: justify;
    opacity: 0;
    position: relative;
    bottom: 135px;
    padding: 20px;
    background-color: white;
    }
    #blog-content .swiperr-slide:hover p{text-align: justify;
    opacity: 1;    
    }
    #blog-content .swiperr-slide:hover .content-bottom{
    opacity: 1;
    }
    #blog-content .swiperr-slide:hover .content{
    bottom: 90px;
    }
    #blog-content .swiperr-slide:hover{
        cursor: pointer;
    }
  
#blog-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#blog-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#blog-content .swiperr-slide:hover img {
    transform: scale(1.1);
}
#blog-content h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}
@media only screen and (min-width: 1200px) {
/*#blog-content .container-fluid{*/
/*    padding:100px 0px;*/
/*    background-color: #ecebeb;*/
/*    }*/
#blog-content{
    padding:100px 0px;
    background-color: #ecebeb;
    }
    #blog-content .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #blog-content .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    margin-bottom: 50px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #blog-content .content{
    background-color: white;
    padding:20px;
    position: relative;
    overflow: hidden;
    bottom: 0;
    transition: bottom .5s linear;
    }
    #blog-content p{text-align: justify;
    opacity: 0;
    position: relative;
    bottom: 110px;
    padding: 20px;
    background-color: white;
    }
    #blog-content .swiperr-slide:hover p{text-align: justify;
    opacity: 1;    
    }
    #blog-content .swiperr-slide:hover .content-bottom{
    opacity: 1;
    }
    #blog-content .swiperr-slide:hover .content{
    bottom: 90px;
    }
    #blog-content .swiperr-slide:hover{
        cursor: pointer;
    }
  
#blog-content .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#blog-content .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#blog-content .swiperr-slide:hover img {
    transform: scale(1.1);
}
#blog-content h1{
    font-size: 55px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 20px;
}
}
/*BLOG CONTENT END*/

/*HOME CAREER*/

@media only screen and (max-width: 600px) {
#home-career .container-fluid{
    padding: 0px;
}
    #home-career p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 16px;
    }
#home-career .image-box {
  position: relative;
}

#home-career .image-box__background,
#home-career .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-career{
      height: 69vh;
  overflow: hidden;    
    } 
#home-career .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
  transform: scale(1);
}
    #home-career:hover .image-box__background{
    transform: scale(1.1);
    }

#home-career .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-career .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#home-career .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 69vh;
}
 
#home-career .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-career h1{
    text-align: left;
    max-width: 500px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 30px;
}
    #home-career button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-career button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-career button:focus{
        outline: none;
    }}

@media only screen and (min-width: 600px) {
#home-career .container-fluid{
    padding: 0px;
}
    #home-career p{text-align: justify;
    max-width: 400px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 15px;
    }
#home-career .image-box {
  position: relative;
}

#home-career .image-box__background,
#home-career .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-career{
      height: 100vh;
  overflow: hidden;    
    } 
#home-career .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
   transform: scale(1);
}
    #home-career:hover .image-box__background{
    transform: scale(1.1);
    }

#home-career .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-career .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#home-career .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-career .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-career h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 32px;
}
    #home-career button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 50%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-career button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-career button:focus{
        outline: none;
    }}
@media only screen and (min-width: 768px) {
#home-career .container-fluid{
    padding: 0px;
}
    #home-career p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#home-career .image-box {
  position: relative;
}

#home-career .image-box__background,
#home-career .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-career{
      height: 75vh;
  overflow: hidden;    
    } 
#home-career .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-career:hover .image-box__background{
    transform: scale(1.1);
    }

#home-career .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-career .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
}
#home-career .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 75vh;
}
 
#home-career .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-career h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #home-career button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 25%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-career button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-career button:focus{
        outline: none;
    }}
@media only screen and (min-width: 992px) {
#home-career .container-fluid{
    padding: 0px;
}
    #home-career p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#home-career .image-box {
  position: relative;
}

#home-career .image-box__background,
#home-career .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-career{
      height: 100vh;
  overflow: hidden;    
    } 
#home-career .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-career:hover .image-box__background{
    transform: scale(1.1);
    }

#home-career .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#home-career .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 10px;
}
#home-career .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-career .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-career h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #home-career button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-career button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-career button:focus{
        outline: none;
    }}
@media only screen and (min-width: 1200px) {
#home-career .container-fluid{
    padding: 0px;
}
    #home-career p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#home-career .image-box {
  position: relative;
}

#home-career .image-box__background,
#home-career .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-career{
      height: 100vh;
  overflow: hidden;    
    } 
#home-career .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-career:hover .image-box__background{
    transform: scale(1.1);
    }

#home-career .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#home-career .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 5px;
}
#home-career .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-career .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-career h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}

    #home-career button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-career button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-career button:focus{
        outline: none;
    }
}

/*HOME CAREER END*/

/*NEWS-EVENT CONTENT*/
@media only screen and (max-width: 600px) {
#news-event-content h1{
    font-size: 40px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
    margin-top: 20px;
}
#news-event-content{
    background-color: white;
}
#news-event-content .container{
    padding: 20px 20px;
    padding-top: 20px;
}


#news-event-content .slick-slide {
    margin: 0px 20px;
}
#news-event-content .slick-slide:focus {
    outline: none;
}
#news-event-content .slick-slide img {
    width: 100%;
}



#news-event-content .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#news-event-content .slick-list:focus
{
    outline: none;
}
#news-event-content .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}



.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}


#news-event-content .slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
#news-event-content .slick-dots li {
			margin: 0px;
		}
	
#news-event-content .slick-dots	button {
		 width: 15px;
    height: 3px;
    margin: 5px;
    display: inline-block;
    background: black;
    opacity: .2;
	border: none;		
			text-indent: -9999px;
		}
	
#news-event-content .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    margin: 5px;
    margin-top: -5px;
    border-radius: 50%;
    background: #1b74b9;
    opacity: 2;
		}
#news-event-content .slick-dots li.slick-active button:focus{
    outline: none;
}
	
}

@media only screen and (min-width: 600px) {
#news-event-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
    margin-top: 20px;
}
#news-event-content{
    background-color: white;
}
#news-event-content .container{
    padding: 20px 20px;
    padding-top: 20px;
}


#news-event-content .slick-slide {
    margin: 0px 20px;
}
#news-event-content .slick-slide:focus {
    outline: none;
}
#news-event-content .slick-slide img {
    width: 100%;
}



#news-event-content .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#news-event-content .slick-list:focus
{
    outline: none;
}
#news-event-content .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}



.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}


#news-event-content .slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
#news-event-content .slick-dots li {
			margin: 0px;
		}
	
#news-event-content .slick-dots	button {
		 width: 15px;
    height: 3px;
    margin: 5px;
    display: inline-block;
    background: black;
    opacity: .2;
	border: none;		
			text-indent: -9999px;
		}
	
#news-event-content .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    margin: 5px;
    margin-top: -5px;
    border-radius: 50%;
    background: #1b74b9;
    opacity: 2;
		}
#news-event-content .slick-dots li.slick-active button:focus{
    outline: none;
}
	
}

@media only screen and (min-width:768px) {
#news-event-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
    margin-top: 20px;
}
#news-event-content{
    background-color: white;
}
#news-event-content .container{
    padding: 50px 50px;
    padding-top: 20px;
}


#news-event-content .slick-slide {
    margin: 0px 20px;
}
#news-event-content .slick-slide:focus {
    outline: none;
}
#news-event-content .slick-slide img {
    width: 100%;
}



#news-event-content .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#news-event-content .slick-list:focus
{
    outline: none;
}
#news-event-content .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}



.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}


#news-event-content .slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
#news-event-content .slick-dots li {
			margin:0px;
		}
	
#news-event-content .slick-dots	button {
		 width: 15px;
    height: 3px;
    margin: 5px;
    display: inline-block;
    background: black;
    opacity: .2;
	border: none;		
			text-indent: -9999px;
		}
	
#news-event-content .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    margin: 5px;
    margin-top: -5px;
    border-radius: 50%;
    background: #1b74b9;
    opacity: 2;
		}
#news-event-content .slick-dots li.slick-active button:focus{
    outline: none;
}
	
}


@media only screen and (min-width: 992px) {
#news-event-content h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
    margin-top: 20px;
}
#news-event-content{
    background-color: white;
}
#news-event-content .container{
    padding: 50px 50px;
    padding-top:20px;
}


#news-event-content .slick-slide {
    margin: 0px 20px;
}
#news-event-content .slick-slide:focus {
    outline: none;
}
#news-event-content .slick-slide img {
    width: 100%;
}



#news-event-content .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#news-event-content .slick-list:focus
{
    outline: none;
}
#news-event-content .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}



.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}


#news-event-content .slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
#news-event-content .slick-dots li {
			margin: 0 0.25rem;
		}
	
#news-event-content .slick-dots	button {
		 width: 15px;
    height: 3px;
    margin: 5px;
    display: inline-block;
    background: black;
    opacity: .2;
	border: none;		
			text-indent: -9999px;
		}
	
#news-event-content .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    margin: 5px;
    margin-top: -5px;
    border-radius: 50%;
    background: #1b74b9;
    opacity: 2;
		}
#news-event-content .slick-dots li.slick-active button:focus{
    outline: none;
}
	
}
@media only screen and (min-width: 1200px) {
#news-event-content h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
    margin-top: 50px;
}
#news-event-content{
    background-color: white;
}
#news-event-content .container{
    padding: 50px 50px;
    padding-top: 20px;
}


#news-event-content .slick-slide {
    margin: 0px 20px;
}
#news-event-content .slick-slide:focus {
    outline: none;
}
#news-event-content .slick-slide img {
    width: 100%;
}



#news-event-content .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#news-event-content .slick-list:focus
{
    outline: none;
}
#news-event-content .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}



.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}


#news-event-content .slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
#news-event-content .slick-dots li {
			margin: 0 0.25rem;
		}
	
#news-event-content .slick-dots	button {
		 width: 15px;
    height: 3px;
    margin: 5px;
    display: inline-block;
    background: black;
    opacity: .2;
	border: none;		
			text-indent: -9999px;
		}
	
#news-event-content .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    margin: 5px;
    margin-top: -5px;
    border-radius: 50%;
    background: #1b74b9;
    opacity: 2;
		}
#news-event-content .slick-dots li.slick-active button:focus{
    outline: none;
}
	
}
/*NEWS-EVENT CONTENT END*/


/*HOME CONTACT*/

@media only screen and (max-width: 600px) {
#home-contact .container-fluid{
    padding: 0px;
}
    #home-contact p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 16px;
    }
#home-contact .image-box {
  position: relative;
}

#home-contact .image-box__background,
#home-contact .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-contact{
      height: 69vh;
  overflow: hidden;    
    } 
#home-contact .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
    transform: scale(1);
}
    #home-contact:hover .image-box__background{
    transform: scale(1.1);
    }

#home-contact .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-contact .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#home-contact .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 69vh;
}
 
#home-contact .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-contact h1{
    text-align: left;
    max-width: 500px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 30px;
}
    #home-contact button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-contact button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-contact button:focus{
        outline: none;
    }}

@media only screen and (min-width: 600px) {
#home-contact .container-fluid{
    padding: 0px;
}
    #home-contact p{text-align: justify;
    max-width: 400px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 15px;
    }
#home-contact .image-box {
  position: relative;
}

#home-contact .image-box__background,
#home-contact .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-contact{
      height: 100vh;
  overflow: hidden;    
    } 
#home-contact .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-contact:hover .image-box__background{
    transform: scale(1.1);
    }
#home-contact .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-contact .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#home-contact .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-contact .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-contact h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 32px;
}
    #home-contact button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 50%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-contact button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-contact button:focus{
        outline: none;
    }}
@media only screen and (min-width: 768px) {
#home-contact .container-fluid{
    padding: 0px;
}
    #home-contact p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#home-contact .image-box {
  position: relative;
}

#home-contact .image-box__background,
#home-contact .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-contact{
      height: 75vh;
  overflow: hidden;    
    } 
#home-contact .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-contact:hover .image-box__background{
    transform: scale(1.1);
    }

#home-contact .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#home-contact .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
}
#home-contact .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 75vh;
}
 
#home-contact .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-contact h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #home-contact button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 25%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-contact button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-contact button:focus{
        outline: none;
    }}
@media only screen and (min-width: 992px) {
#home-contact .container-fluid{
    padding: 0px;
}
    #home-contact p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#home-contact .image-box {
  position: relative;
}

#home-contact .image-box__background,
#home-contact .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #home-contact{
      height: 100vh;
  overflow: hidden;    
    } 
#home-contact .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-contact:hover .image-box__background{
    transform: scale(1.1);
    }

#home-contact .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#home-contact .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 10px;
}
#home-contact .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-contact .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-contact h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #home-contact button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-contact button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-contact button:focus{
        outline: none;
    }}
@media only screen and (min-width: 1200px) {
#home-contact .container-fluid{
    padding: 0px;
}
    #home-contact p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#home-contact .image-box {
  position: relative;
}

   
#home-contact .image-box__background,
#home-contact .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
    #home-contact{
      height: 100vh;
  overflow: hidden;    
    } 
#home-contact .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #home-contact:hover .image-box__background{
    transform: scale(1.1);
    }

#home-contact .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#home-contact .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 5px;
}
#home-contact .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#home-contact .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#home-contact h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}

    #home-contact button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #home-contact button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #home-contact button:focus{
        outline: none;
    }
}

/*HOME CONTACT END*/

/*INDUSTRIES-CONTENT-1*/
@media only screen and (max-width: 600px) {
#industries-content-1{
    background-color: #cacaca87;
}
#industries-content-1 .container-fluid{
    padding: 100px 0px;
}
#industries-content-1 .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 15px;
  padding: 12px 35px;
  float:right;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#industries-content-1 .btn:focus { outline: none;box-shadow: none; }
#industries-content-1 .btn::hover { background: #0069a8; }
#industries-content-1 .btn span { display: inline-block; transform: skew(8deg); }
#industries-content-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#industries-content-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #industries-content-1 .swiped{
        margin: 20px 0px;
    }    
#industries-content-1 .swiped:hover img {
    transform: rotate(5deg) scale(1.5);
}
#industries-content-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
#industries-content-1 .article{
    padding: 0px;
}
#industries-content-1 .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
#industries-content-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
#industries-content-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 240px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
#industries-content-1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
    }}


@media only screen and (min-width: 600px) {
#industries-content-1{
    background-color: #cacaca87;
}
#industries-content-1 .container-fluid{
    padding: 100px 0px;
}
#industries-content-1 .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 15px;
  padding: 12px 35px;
  float:right;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#industries-content-1 .btn:focus { outline: none;box-shadow: none; }
#industries-content-1 .btn::hover { background: #0069a8; }
#industries-content-1 .btn span { display: inline-block; transform: skew(8deg); }
#industries-content-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#industries-content-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #industries-content-1 .swiped{
        margin: 20px 0px;
    }    
#industries-content-1 .swiped:hover img {
    transform: rotate(5deg) scale(1.5);
}
#industries-content-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
#industries-content-1 .article{
    padding: 0px;
}
#industries-content-1 .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
#industries-content-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
#industries-content-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 240px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
#industries-content-1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
    }}
@media only screen and (min-width: 768px) {
#industries-content-1{
    background-color: #cacaca87;
}
#industries-content-1 .container-fluid{
    padding: 100px 0px;
}
#industries-content-1 .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#industries-content-1 .btn:focus { outline: none;box-shadow: none; }
#industries-content-1 .btn::hover { background: #0069a8; }
#industries-content-1 .btn span { display: inline-block; transform: skew(8deg); }
#industries-content-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#industries-content-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
    #industries-content-1 .swiped{
        margin: 20px 0px;
    }    
#industries-content-1 .swiped:hover img {
    transform: rotate(5deg) scale(1.5);
}
#industries-content-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
#industries-content-1 .article{
    padding: 0px;
}
#industries-content-1 .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
#industries-content-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
#industries-content-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 250px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
#industries-content-1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
    }}

@media only screen and (min-width: 992px) {
#industries-content-1{
    background-color: #cacaca87;
}
#industries-content-1 .container-fluid{
    padding: 100px 0px;
}
#industries-content-1 .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#industries-content-1 .btn:focus { outline: none;box-shadow: none; }
#industries-content-1 .btn::hover { background: #0069a8; }
#industries-content-1 .btn span { display: inline-block; transform: skew(8deg); }
#industries-content-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#industries-content-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
       #industries-content-1 .swiped{
        margin: 0px;
    }  
#industries-content-1 .swiped:hover img {
    transform: rotate(5deg) scale(1.5);
}
#industries-content-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
#industries-content-1 .article{
    padding: 0px;
}
#industries-content-1 .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
#industries-content-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
#industries-content-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 250px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
#industries-content-1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
    }}

@media only screen and (min-width: 1200px) {
#industries-content-1{
    background-color: #cacaca87;
}
#industries-content-1 .container-fluid{
    padding: 100px 0px;
}
#industries-content-1 .btn {
  color: #fff;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 12px 35px;
  float:right;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  border-radius: 0px;
  transform: skew(-8deg);
}
#industries-content-1 .btn:focus { outline: none;box-shadow: none; }
#industries-content-1 .btn::hover { background: #0069a8; }
#industries-content-1 .btn span { display: inline-block; transform: skew(8deg); }
#industries-content-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 420px;
    padding: 0px;
}
#industries-content-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
   #industries-content-1 .swiped{
        margin: 0px;
    }  
#industries-content-1 .swiped:hover img {
    transform: rotate(5deg) scale(1.5);
}
#industries-content-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    padding: 10px 0px;
    }
#industries-content-1 .article{
    padding: 0px;
}
#industries-content-1 .title{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
#industries-content-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
#industries-content-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 230px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
#industries-content-1 h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
    }}
/*INDUSTRIES-CONTENT-1 END*/

/*INDUSTRIES-CONTENT-2 */
@media only screen and (max-width: 600px) {
#industries-content-2 .container-fluid{
    padding: 0px;
} 
#industries-content-2  .overlay {
  position: absolute;
  top: 80px;
  left: 10px;
  padding: 50px 10px;
}
#industries-content-2 h2{
    font-size: 35px;
    font-family: "Californian FB",serif;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
#industries-content-2 p{text-align: justify;
    font-size: 15px;
    font-family: "Californian FB",serif;
    color: white;
}
#industries-content-2{ 
    height: 60vh;
    overflow: hidden;
    width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
} 
  
#industries-content-2 .btn{
    width: 50%;
    border: 2px solid white;
    color:white;
    margin-top: 20px;
    border-radius: 0px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #industries-content-2 .btn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#industries-content-2 .article{
    background-color: #0079c1;
       position: relative;
    height: 100vh;
    }}

@media only screen and (min-width: 600px) {
#industries-content-2 .container-fluid{
    padding: 0px;
} 
#industries-content-2  .overlay {
  position: absolute;
  top: 100px;
  left: 10px;
  padding: 50px 25px;
}
#industries-content-2 h2{
    font-size: 35px;
    font-family: "Californian FB",serif;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
#industries-content-2 p{text-align: justify;
    font-size: 15px;
    font-family: "Californian FB",serif;
    color: white;
}
#industries-content-2{ 
    height: 100vh;
    overflow: hidden;
    width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
} 
  
#industries-content-2 .btn{
    width: 50%;
    border: 2px solid white;
    color:white;
    margin-top: 20px;
    border-radius: 0px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #industries-content-2 .btn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#industries-content-2 .article{
    background-color: #0079c1;
       position: relative;
    height: 100vh;
    }}
@media only screen and (min-width: 768px) {
#industries-content-2 .container-fluid{
    padding: 0px;
} 
#industries-content-2  .overlay {
  position: absolute;
  top: 80px;
  left: 10px;
  padding: 50px 25px;
}
#industries-content-2 h2{
    font-size: 35px;
    font-family: "Californian FB",serif;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
#industries-content-2 p{text-align: justify;
    font-size: 15px;
    font-family: "Californian FB",serif;
    color: white;
}
#industries-content-2{ 
    height: 65vh;
    overflow: hidden;
    width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
} 
  
#industries-content-2 .btn{
    width: 50%;
    border: 2px solid white;
    color:white;
    margin-top: 20px;
    border-radius: 0px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #industries-content-2 .btn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#industries-content-2 .article{
    background-color: #0079c1;
       position: relative;
    height: 65vh;
    }}

@media only screen and (min-width: 992px) {
#industries-content-2 .container-fluid{
    padding: 0px;
} 
#industries-content-2  .overlay {
  position: absolute;
  top: 100px;
  left: 10px;
  padding: 50px 50px;
}
#industries-content-2 h2{
    font-size: 40px;
    font-family: "Californian FB",serif;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
#industries-content-2 p{text-align: justify;
    font-size: 18px;
    font-family: "Californian FB",serif;
    color: white;
}
#industries-content-2{ 
    height: 75vh;
    overflow: hidden;
    width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
} 
  
#industries-content-2 .btn{
    width: 50%;
    border: 2px solid white;
    color:white;
    margin-top: 20px;
    border-radius: 0px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #industries-content-2 .btn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#industries-content-2 .article{
    background-color: #0079c1;
       position: relative;
    height: 75vh;
    }}
@media only screen and (min-width: 1200px) {
#industries-content-2 .container-fluid{
    padding: 0px;
} 
#industries-content-2  .overlay {
  position: absolute;
  top: 100px;
  left: 10px;
  padding: 50px 50px;
}
#industries-content-2 h2{
    font-size: 40px;
    font-family: "Californian FB",serif;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
#industries-content-2 p{text-align: justify;
    font-size: 18px;
    font-family: "Californian FB",serif;
    color: white;
}
#industries-content-2{ 
    height: 75vh;
    overflow: hidden;
    width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
} 
#industries-content-2 .btn{
    width: 50%;
    border: 2px solid white;
    color:white;
    margin-top: 20px;
    border-radius: 0px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #industries-content-2 .btn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#industries-content-2 .article{
    background-color: #0079c1;
       position: relative;
    height: 75vh;
    }}
/*INDUSTRIES-CONTENT-2 END*/

/*FOOTER END*/
@media only screen and (max-width: 600px) {
#footer {
    background-color: #1b74b9;
}
#footer .container-fluid{
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 0px;
}
#footer li span {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer li {
    list-style: none;
    margin: 0 0 10px 0;
}
    #footer ul {
        padding-left: 0px;
    }
#footer a{
    color: white;
    font-family: "Californian FB",serif;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
#footer h1{
    text-align: center; 
}
#footer i{
    font-size: 30px;
    margin: 15px 25px;
    color: white;
}
        #footer input{
        width: 100%;
        height: 43px;
        border: none;
        font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
        margin: 5px auto;
        outline: none;
        padding-left: 10px;
    }
#footer button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: -11;
    margin-top:5px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#footer button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color:#1b74b9;
}
#footer button:focus{
        outline: none;
    }
    #footer button:hover i{
    color:#1b74b9;
    z-index: 12;
    }
#footer form i{
    font-size: 16px;
    margin: 4px auto;
    color: white;
}
#footer .column-title1{
    font-size: 16px;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer p{text-align: justify;
    color: white;
    text-align: left;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Californian FB",serif;
    }}

@media only screen and (min-width: 600px) {
#footer {
    background-color: #1b74b9;
}
#footer .container-fluid{
    padding-top: 50px;
    padding-bottom: 0px;
}
#footer li span {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer li {
    list-style: none;
    margin: 0 0 10px 0;
}
    #footer ul {
        padding-left: 20px;
    }
#footer a{
    color: white;
    font-family: "Californian FB",serif;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
#footer h1{
    text-align: left; 
}
#footer i{
    font-size: 20px;
    margin: 15px 7px;
    color: white;
}
        #footer input{
        width: 100%;
        height: 43px;
        border: none;
        font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
        margin: 5px auto;
        outline: none;
        padding-left: 10px;
    }
#footer button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: -11;
    margin-top:5px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#footer button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color:#1b74b9;
}
#footer button:focus{
        outline: none;
    }
    #footer button:hover i{
    color:#1b74b9;
    z-index: 12;
    }
#footer form i{
    font-size: 12px;
    margin: 6px auto;
    color: white;
}
#footer .column-title1{
    font-size: 16px;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer p{text-align: justify;
    color: white;
    text-align: left;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Californian FB",serif;
    }}

@media only screen and (min-width: 768px) {
#footer {
    background-color: #1b74b9;
}
#footer .container-fluid{
    padding-top: 50px;
    padding-bottom: 0px;
}
#footer li span {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer li {
    list-style: none;
    margin: 0 0 10px 0;
}
    #footer ul {
        padding-left: 5px;
    }
#footer a{
    color: white;
    font-family: "Californian FB",serif;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
#footer h1{
    text-align: left; 
}
#footer i{
    font-size: 20px;
    margin: 15px 10px;
    color: white;
}
    #footer input{
        width: 100%;
        height: 43px;
        border: none;
        font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
        margin: 5px auto;
        outline: none;
        padding-left: 10px;
    }
#footer button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: -11;
    margin-top:5px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#footer button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color:#1b74b9;
}
#footer button:focus{
        outline: none;
    }
    #footer button:hover i{
    color:#1b74b9;
    z-index: 12;
    }
#footer form i{
    font-size: 18px;
    margin: 2px auto;
    color:white;
}
#footer .column-title1{
    font-size: 16px;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer p{text-align: justify;
    color: white;
    text-align: left;
    margin-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Californian FB",serif;
    }}

@media only screen and (min-width: 992px) {
#footer {
    background-color: #1b74b9;
}
#footer .container-fluid{
    padding-top: 50px;
    padding-bottom: 0px;
}
#footer li span {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer li {
    list-style: none;
    margin: 0 0 16px 0;
}
        #footer ul {
        padding-left: 10px;
    }
#footer a{
    color: white;
    font-family: "Californian FB",serif;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
#footer h1{
    text-align: left; 
}
#footer i{
     font-size: 20px;
    margin: 15px 10px;
    color: white;
}
    #footer input{
        width: 100%;
        height: 43px;
        border: none;
        font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
        margin: 5px auto;
        outline: none;
        padding-left: 10px;
    }
#footer button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: -11;
    margin-top:5px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#footer button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color:#1b74b9;
}
#footer button:focus{
        outline: none;
    }
    #footer button:hover i{
    color:#1b74b9;
    z-index: 12;
    }
#footer form i{
    font-size: 18px;
    margin: 2px auto;
    color:white;
}
#footer .column-title1{
    font-size: 16px;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer p{text-align: justify;
    color: white;
    text-align: left;
    margin-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Californian FB",serif;
    }}

@media only screen and (min-width: 1200px) {
#footer {
    background-color: #1b74b9;
}
#footer .container-fluid{
    padding-top: 50px;
    padding-bottom: 0px;
}
#footer li span {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}

#footer li {
    list-style: none;
    margin: 0 0 16px 0;
}
           #footer ul {
        padding-left: 5px;
    }
#footer a{
    color: white;
    font-family: "Californian FB",serif;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
#footer h1{
    text-align: left; 
}
#footer i{
    font-size: 30px;
    margin: 10px 10px;
    color:white;
}
    #footer input{
        width: 100%;
        height: 43px;
        border: none;
        font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
        margin: 5px auto;
        outline: none;
        padding-left: 10px;
    }
#footer button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: -11;
    margin-top:5px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#footer button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color:#1b74b9;
}
#footer button:focus{
        outline: none;
    }
    #footer button:hover i{
    color:#1b74b9;
    z-index: 12;
    }
#footer form i{
    font-size: 18px;
    margin: 2px auto;
    color:white;
}
#footer .column-title1{
    font-size: 16px;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "Californian FB",serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer p{text-align: justify;
    color: white;
    text-align: left;
    margin-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Californian FB",serif;
    }}

/*FOOTER END*/


/*ABOUT PAGE*/

/*ABOUT-SEC-1*/
@media only screen and (max-width: 600px) {
#about-sec-1{
   display: none;
    }
#about-sec-1 li{
   display: inline-block;
   padding: 5px 10px;
   position: relative;
   font-family: "Californian FB",serif;
   font-size: 18px;
   list-style: circle;
    }
#about-sec-1 li::before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   position: absolute;
   top: 15px;
   left: 0px;
   border-radius: 50%;
   background-color: black;
}
    #about-sec-1 ul{
        margin: 10px 0px;
        padding-left: 0px;
    }
    #about-sec-1 li:first-child::before{
        display: none;
    }
}
@media only screen and (min-width: 600px) {
#about-sec-1{
   display: none;
    }
#about-sec-1 li{
   display: inline-block;
   padding: 5px 20px;
   position: relative;
   font-family: "Californian FB",serif;
   font-size: 18px;
   list-style: circle;
    }
#about-sec-1 li::before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   position: absolute;
   top: 15px;
   left: 0px;
   border-radius: 50%;
   background-color: black;
}
    #about-sec-1 ul{
        margin: 10px 0px;
        padding-left: 0px;
    }
    #about-sec-1 li:first-child::before{
        display: none;
    }
}
@media only screen and (min-width: 768px) {
#about-sec-1{
  display: none;
    }
#about-sec-1 li{
   display: inline-block;
   padding: 5px 20px;
   position: relative;
   font-family: "Californian FB",serif;
   font-size: 18px;
   list-style: circle;
    }
#about-sec-1 li::before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   position: absolute;
   top: 15px;
   left: 0px;
   border-radius: 50%;
   background-color: black;
}
    #about-sec-1 ul{
        margin: 10px 0px;
        padding-left: 0px;
    }
    #about-sec-1 li:first-child::before{
        display: none;
    }
}
@media only screen and (min-width: 992px) {
#about-sec-1{
   margin-top: 102px; 
   background-color: #d9ecf9;
    }
#about-sec-1 li{
   display: inline-block;
   padding: 5px 20px;
   position: relative;
   font-family: "Californian FB",serif;
   font-size: 18px;
   list-style: circle;
    }
#about-sec-1 li::before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   position: absolute;
   top: 15px;
   left: 0px;
   border-radius: 50%;
   background-color: black;
}
    #about-sec-1 ul{
        margin: 10px 0px;
        padding-left: 0px;
    }
    #about-sec-1 li:first-child::before{
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
#about-sec-1{
   margin-top: 102px; 
   background-color: #d9ecf9;
    }
#about-sec-1 li{
   display: inline-block;
   padding: 5px 20px;
   position: relative;
   font-family: "Californian FB",serif;
   font-size: 18px;
   list-style: circle;
    }
#about-sec-1 li::before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   position: absolute;
   top: 15px;
   left: 0px;
   border-radius: 50%;
   background-color: black;
}
    #about-sec-1 ul{
        margin: 10px 0px;
        padding-left: 0px;
    }
    #about-sec-1 li:first-child::before{
        display: none;
    }
}

/*ABOUT-SEC-1 END*/

/*ABOUT-SEC-2*/
@media only screen and (max-width: 600px) {
#about-sec-2{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
    #about-sec-2 h2{
    font-size: 30px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    padding: 64px 0px
    }
}
@media only screen and (min-width: 600px) {
#about-sec-2{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
    #about-sec-2 h2{
    font-size: 30px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    padding: 64px 16px
    }
}
@media only screen and (min-width: 768px) {
#about-sec-2{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
    #about-sec-2 h2{
    font-size: 30px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    padding: 64px 16px
    }
}
@media only screen and (min-width: 992px) {
#about-sec-2{
    background-image: url(../img/page-banner/banner02.jpg);
    background-size: 600px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    }
    #about-sec-2 h2{
    font-size: 40px;
    color: #1b74b9;
    font-family: "Californian FB",serif;
    font-weight: 400;
    padding: 64px 16px
    }
}
@media only screen and (min-width: 1200px) {
#about-sec-2 {
    background-image:url(../img/page-banner/banner02.jpg);
    background-size: 600px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    }
    #about-sec-2 h2{
    font-size: 48px;
    color: #1b74b9;
    font-family: "Californian FB",serif;
    font-weight: 400;
    padding: 64px 16px
    }
}
/*ABOUT-SEC-2 END*/


/*ABOUT-SEC-3*/
@media only screen and (max-width: 600px) {
#about-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#about-sec-3{
   background-color: #f7f7f7;
   padding: 50px 0px;
    }
/* Accordion styles */
#about-sec-3 .tabs {
  overflow: hidden;
}

#about-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#about-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #about-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#about-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
#about-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#about-sec-3 input:checked + .tab-label {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label a {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #about-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#about-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #about-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
    }
    #about-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
#about-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #about-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      background-color:#dc3545 ;
      color: white;
    }
    #about-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    text-align: left;
    color: #1b74b9;
    }
    #about-sec-3 p{text-align: justify;
        font-size: 16px;
        font-family: "Californian FB",serif;
    }
    #about-sec-3 .article{
        background-color: white;
    }
}



@media only screen and (min-width: 600px) {
#about-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#about-sec-3{
   background-color: #f7f7f7;
   padding: 50px 0px;
    }
/* Accordion styles */
#about-sec-3 .tabs {
  overflow: hidden;
}

#about-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#about-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #about-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#about-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
#about-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#about-sec-3 input:checked + .tab-label {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label a {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #about-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#about-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #about-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
    }
    #about-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
#about-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #about-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      background-color:#dc3545 ;
      color: white;
    }
    #about-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    text-align: left;
    color: #1b74b9;
    }
    #about-sec-3 p{text-align: justify;
        font-size: 16px;
        font-family: "Californian FB",serif;
    }
    #about-sec-3 .article{
        background-color: white;
    }
}


@media only screen and (min-width: 768px) {
#about-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#about-sec-3{
   background-color: #f7f7f7;
   padding: 50px 0px;
    }
/* Accordion styles */
#about-sec-3 .tabs {
  overflow: hidden;
}

#about-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#about-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #about-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#about-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
#about-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#about-sec-3 input:checked + .tab-label {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label a {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #about-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#about-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #about-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
    }
    #about-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
#about-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #about-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      background-color:#dc3545 ;
      color: white;
    }
    #about-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    text-align: left;
    color: #1b74b9;
    }
    #about-sec-3 p{text-align: justify;
        font-size: 16px;
        font-family: "Californian FB",serif;
    }
    #about-sec-3 .article{
        background-color: white;
    }
}
@media only screen and (min-width: 992px) {
#about-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#about-sec-3{
   background-color: #f7f7f7;
   padding: 50px 0px;
    }
/* Accordion styles */
#about-sec-3 .tabs {
  overflow: hidden;
}

#about-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#about-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #about-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#about-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
#about-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#about-sec-3 input:checked + .tab-label {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label a {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #about-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#about-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #about-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
    }
    #about-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
#about-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #about-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      border-left: 3px solid #dc3545;
    }
    #about-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    text-align: left;
    color: #1b74b9;
    }
    #about-sec-3 p{text-align: justify;
        font-size: 18px;
        font-family: "Californian FB",serif;
    }
    #about-sec-3 .article{
        background-color: white;
    }
}


@media only screen and (min-width: 1200px) {
#about-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#about-sec-3{
   background-color: #f7f7f7;
   padding: 50px 0px;
    }
/* Accordion styles */
#about-sec-3 .tabs {
  overflow: hidden;
}

#about-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#about-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #about-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#about-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
#about-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#about-sec-3 input:checked + .tab-label {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label a {
   color: #dc3545;
}
#about-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#about-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #about-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#about-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #about-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
    }
    #about-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
#about-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #about-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      border-left: 3px solid #dc3545;
    }
    #about-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    text-align: left;
    color: #1b74b9;
    }
    #about-sec-3 p{text-align: justify;
        font-size: 18px;
        font-family: "Californian FB",serif;
    }
    #about-sec-3 .article{
        background-color: white;
    }
}
/*ABOUT-SEC-3 END*/

/*ABOUT PAGE*/



/*INSIGHT*/

/*INSIGHT HOME CONTACT*/

@media only screen and (max-width: 600px) {
#insight-home .container-fluid{
    padding: 0px;
}
    #insight-home p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 16px;
    }
#insight-home .image-box {
  position: relative;
}

#insight-home .image-box__background,
#insight-home .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #insight-home{
      height: 69vh;
  overflow: hidden;
  margin-top: 70px;
    } 
#insight-home .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
    transform: scale(1);
}
    #insight-home:hover .image-box__background{
    transform: scale(1.1);
    }

#insight-home .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#insight-home .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#insight-home .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 69vh;
}
 
#insight-home .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#insight-home h1{
    text-align: left;
    max-width: 500px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 30px;
}
    #insight-home button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #insight-home button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #insight-home button:focus{
        outline: none;
    }}

@media only screen and (min-width: 600px) {
#insight-home .container-fluid{
    padding: 0px;
}
    #insight-home p{text-align: justify;
    max-width: 400px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 15px;
    }
#insight-home .image-box {
  position: relative;
}

#insight-home .image-box__background,
#insight-home .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #insight-home{
      height: 100vh;
  overflow: hidden;
 margin-top: 70px;
    } 
#insight-home .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #insight-home:hover .image-box__background{
    transform: scale(1.1);
    }
#insight-home .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#insight-home .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
    
}
#insight-home .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#insight-home .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#insight-home h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 32px;
}
    #insight-home button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 50%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #insight-home button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #insight-home button:focus{
        outline: none;
    }}
@media only screen and (min-width: 768px) {
#insight-home .container-fluid{
    padding: 0px;
}
    #insight-home p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#insight-home .image-box {
  position: relative;
}

#insight-home .image-box__background,
#insight-home .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #insight-home{
      height: 75vh;
  overflow: hidden;
margin-top: 70px;
    } 
#insight-home .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #insight-home:hover .image-box__background{
    transform: scale(1.1);
    }

#insight-home .image-box__overlay {
 background-color: #2d4c7f;
   opacity: .8;
}

#insight-home .container{
    padding-top: 75px;
    padding-bottom: 128px;
    margin-left: 0px;
}
#insight-home .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 75vh;
}
 
#insight-home .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#insight-home h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #insight-home button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 25%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #insight-home button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #insight-home button:focus{
        outline: none;
    }}
@media only screen and (min-width: 992px) {
#insight-home .container-fluid{
    padding: 0px;
}
    #insight-home p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#insight-home .image-box {
  position: relative;
}

#insight-home .image-box__background,
#insight-home .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

    #insight-home{
      height: 100vh;
  overflow: hidden;   
  margin-top: 100px;
    } 
#insight-home .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #insight-home:hover .image-box__background{
    transform: scale(1.1);
    }

#insight-home .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#insight-home .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 10px;
}
#insight-home .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#insight-home .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#insight-home h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}
    #insight-home button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #insight-home button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #insight-home button:focus{
        outline: none;
    }}
@media only screen and (min-width: 1200px) {
#insight-home .container-fluid{
    padding: 0px;
}
    #insight-home p{text-align: justify;
    max-width: 530px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px;
    }
#insight-home .image-box {
  position: relative;
}

   
#insight-home .image-box__background,
#insight-home .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
    #insight-home{
      height: 100vh;
  overflow: hidden;  
  margin-top: 100px;
    } 
#insight-home .image-box__background {
    height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.5s ease;
    transform: scale(1);
}
    #insight-home:hover .image-box__background{
    transform: scale(1.1);
    }

#insight-home .image-box__overlay {
  background-image: linear-gradient(to bottom, transparent, #000);
    background-color: transparent;
   opacity: .6;
}

#insight-home .container{
    padding-top: 128px;
    padding-bottom: 128px;
    margin-left: 5px;
}
#insight-home .image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
}
 
#insight-home .category{
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 2.4rem;
    letter-spacing: 5px;
    color: white;
}
#insight-home h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 48px;
}

    #insight-home button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:30px;
    width: 20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #insight-home button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
    #insight-home button:focus{
        outline: none;
    }
}

/*INSIGHT HOME END*/


/*INSIGHT SEC-1 END*/
@media only screen and (max-width: 600px) {
#insight-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #insight-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #insight-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #insight-sec-1 .text{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #insight-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #insight-sec-1 .content-bottom{
    position: absolute;
    bottom: -60px;
    opacity: 1;
    background-color: white;
    padding: 20px;
    height: 150px;
    width: 100%;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #insight-sec-1 .secmargin{
        margin:30px auto;
        text-decoration: none;
    }

    #insight-sec-1 .image-box{
        padding: 0px;
    }
#insight-sec-1 .image-box img {
  
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}


#insight-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .insightfilter{
    font-size: 30px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#insight-sec-1 .main select option:active{
border: none;  
    }


#insight-sec-1 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .main .selectWrapper select {
        padding: 5px 42px 5px 12px;
        font-size: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#insight-sec-1 select option{
font-size: 18px; 
color: #1B74B9;
    }
#insight-sec-1 select option:active{
border: none;  
    }


#insight-sec-1 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#insight-sec-1 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
#insight-sec-1 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }     
}


@media only screen and (min-width: 600px) {
#insight-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #insight-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #insight-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #insight-sec-1 .text{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #insight-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #insight-sec-1 .content-bottom{
    position: absolute;
    bottom: -60px;
    opacity: 1;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    height: 150px;
    width: 100%;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #insight-sec-1 .secmargin{
        margin:30px 0px;
        text-decoration: none;
    }

  
#insight-sec-1 .image-box {

    padding: 0px;
}
#insight-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}


#insight-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .insightfilter{
    font-size: 30px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#insight-sec-1 .main select option:active{
border: none;  
    }


#insight-sec-1 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .main .selectWrapper select {
        padding: 5px 42px 5px 12px;
        font-size: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#insight-sec-1 select option{
font-size: 18px; 
color: #1B74B9;
    }
#insight-sec-1 select option:active{
border: none;  
    }


#insight-sec-1 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#insight-sec-1 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
#insight-sec-1 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }     
}



@media only screen and (min-width: 768px) {
#insight-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #insight-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #insight-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #insight-sec-1 .text{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #insight-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #insight-sec-1 .content-bottom{
    position: absolute;
    bottom: -30px;
    opacity: 0;
    background-color: white;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #insight-sec-1 .secmargin{
        margin:20px 0px;
        text-decoration: none;
    }
    #insight-sec-1 .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #insight-sec-1 .swiper-slide:hover .content{
    bottom: 90px;
    }
    #insight-sec-1 .swiper-slide:hover{
        cursor: pointer;
    }
  
#insight-sec-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 450px;
    padding: 0px;
}
#insight-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#insight-sec-1 .swiper-slide:hover img {
    transform: scale(1.1);
}

#insight-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .insightfilter{
    font-size: 20px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#insight-sec-1 .main select option:active{
border: none;  
    }


#insight-sec-1 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
    font-size: 15px;
    line-height: 17px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#insight-sec-1 select option{
font-size: 18px; 
color: #1B74B9;
    }
#insight-sec-1 select option:active{
border: none;  
    }


#insight-sec-1 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 15px;
        line-height: 17px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#insight-sec-1 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
#insight-sec-1 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }     
}



@media only screen and (min-width: 992px) {
#insight-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #insight-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #insight-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #insight-sec-1 .text{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #insight-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #insight-sec-1 .content-bottom{
    position: absolute;
    bottom: -30px;
    opacity: 0;
    background-color: white;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #insight-sec-1 .secmargin{
        margin:20px 0px;
        text-decoration: none;
    }
    #insight-sec-1 .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #insight-sec-1 .swiper-slide:hover .content{
    bottom: 90px;
    }
    #insight-sec-1 .swiper-slide:hover{
        cursor: pointer;
    }
  
#insight-sec-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 450px;
    padding: 0px;
}
#insight-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#insight-sec-1 .swiper-slide:hover img {
    transform: scale(1.1);
}

#insight-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .insightfilter{
    font-size: 28px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#insight-sec-1 .main select option:active{
border: none;  
    }


#insight-sec-1 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .main .selectWrapper select {
        padding: 5px 42px 5px 12px;
        font-size: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#insight-sec-1 select option{
font-size: 18px; 
color: #1B74B9;
    }
#insight-sec-1 select option:active{
border: none;  
    }


#insight-sec-1 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .selectWrapper select {
        padding: 12px 28px 12px 15px;
        font-size: 13px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#insight-sec-1 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
#insight-sec-1 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }     
}



@media only screen and (min-width: 1200px) {
#insight-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #insight-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #insight-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #insight-sec-1 .text{
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #insight-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #insight-sec-1 .content-bottom{
    position: absolute;
    bottom: -30px;
    opacity: 0;
    width: 100%;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #insight-sec-1 .secmargin{
        margin:20px 0px;
        text-decoration: none;
    }
    #insight-sec-1 .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #insight-sec-1 .swiper-slide:hover .content{
    bottom: 90px;
    }
    #insight-sec-1 .swiper-slide:hover{
        cursor: pointer;
    }
  
#insight-sec-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 450px;
    padding: 0px;
}
#insight-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#insight-sec-1 .swiper-slide:hover img {
    transform: scale(1.1);
}

#insight-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}

#insight-sec-1 .insightfilter{
    font-size: 30px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
#insight-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#insight-sec-1 .main select option:active{
border: none;  
    }


#insight-sec-1 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .main .selectWrapper select {
        padding: 5px 42px 5px 12px;
        font-size: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#insight-sec-1 select option{
font-size: 18px; 
color: #1B74B9;
    }
#insight-sec-1 select option:active{
border: none;  
    }


#insight-sec-1 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#insight-sec-1 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#insight-sec-1 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
#insight-sec-1 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }    
}
/*INSIGHT SEC-1 END*/

/*ARITCLE SEC-1*/
/*
@media only screen and (max-width: 600px) {
#article-sec-1{
   display: none;
    }}
@media only screen and (min-width: 600px) {
#article-sec-1{
   display: none;
    }}
@media only screen and (min-width: 768px) {
#article-sec-1{
   display: none;
    }}
@media only screen and (min-width: 992px) {
#article-sec-1{
   margin-top: 102px; 
   display: block;
   background-color: #d9ecf9;
    }
#article-sec-1 li{
   display: inline-block;
   padding: 5px 20px;
   position: relative;
   font-family: "Californian FB",serif;
   font-size: 18px;
   list-style: circle;
    }
#article-sec-1 li::before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   position: absolute;
   top: 15px;
   left: 0px;
   border-radius: 50%;
   background-color: black;
}
    #article-sec-1 ul{
        margin: 10px 0px;
        padding-left: 0px;
    }
    #article-sec-1 li:first-child::before{
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
#article-sec-1{
   margin-top: 102px; 
   background-color: #d9ecf9;
    }
#article-sec-1 li{
   display: inline-block;
   padding: 5px 20px;
   position: relative;
   font-family: "Californian FB",serif;
   font-size: 18px;
   list-style: circle;
    }
#article-sec-1 li::before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   position: absolute;
   top: 15px;
   left: 0px;
   border-radius: 50%;
   background-color: black;
}
    #article-sec-1 ul{
        margin: 10px 0px;
        padding-left: 0px;
    }
    #article-sec-1 li:first-child::before{
        display: none;
    }
}
*/
/*ARTICLE SEC-1 END*/

/*ARTICLE SEC-2 */

@media only screen and (max-width: 600px) {
#article-sec-2{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
    #article-sec-2 .container-fluid{
        padding: 50px 0px;
    }
    #article-sec-2 h2{
    font-size: 30px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    }
    #article-sec-2 .category{
    width: 100%;
    text-align: left;
    display: block;
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    #article-sec-2 .articledate{
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    text-align: left;
    }
}
@media only screen and (min-width: 600px) {
#article-sec-2{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
    #article-sec-2 .container-fluid{
        padding: 50px 0px;
    }
    #article-sec-2 h2{
    font-size: 30px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    }
    #article-sec-2 .category{
    width: 100%;
    text-align: left;
    display: block;
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    #article-sec-2 .articledate{
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    text-align: left;
    }
}
@media only screen and (min-width: 768px) {
#article-sec-2{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
 
    #article-sec-2 .container-fluid{
        padding: 80px 0px;
    }
    #article-sec-2 h2{
    font-size: 40px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    }
    #article-sec-2 .category{
    width: 100%;
    text-align: left;
    display: block;
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    #article-sec-2 .articledate{
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    text-align: left;
    }
}
@media only screen and (min-width: 992px) {
#article-sec-2{
    background-image: url(../img/page-banner/banner02.jpg);
    background-size: 600px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    margin-top: 0px;
    }

    #article-sec-2 .container-fluid{
        padding: 80px 0px;
    }
    #article-sec-2 h2{
    font-family: "Californian FB",serif;
    width: 50%;
    margin-bottom: 20px;
    font-size: 40px;
    color: #1b74b9;
    font-family: "Californian FB",serif;
    font-weight: 400;
    }
    #article-sec-2 .category{
    width: 100%;
    text-align: left;
    display: block;
    color: #1b74b9;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    #article-sec-2 .articledate{
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-transform: capitalize;
    text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
#article-sec-2 {
    background-image:url(../img/page-banner/banner02.jpg);
    background-size: 600px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    margin-top: 0px;
    }
    #article-sec-2 .container-fluid{
        padding: 80px 10px;
    }
    #article-sec-2 h2{
    font-size: 48px;
    color: #1b74b9;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 60%;
    margin-bottom: 20px;
    }
    #article-sec-2 .category{
    width: 100%;
    text-align: left;
    display: block;
    color: #1b74b9;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    #article-sec-2 .articledate{
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-transform: capitalize;
    text-align: left;
    }
}
/*ARTICLE SEC-2 END*/


/*ARTICLE SEC-3*/
@media only screen and (max-width: 600px) {
#article-sec-3 {
background-color: #f5f3f2; 
}
#article-sec-3 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-3 p{text-align: justify;
    font-size: 18px;
    text-align: justify;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 h2{
    font-size: 25px;
    font-weight: 500;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 img{
    width: 70%;
    margin: 20px 0px;
    
    }
    #article-sec-3 a{
    font-size: 18px;
    color: #dc3545;
    width: 100%;
    display: block;
    text-decoration: none;
    }
    #article-sec-3 a:hover{
    color: #1b74b9;    
    }
    #article-sec-3 i{
    font-size:20px;
    padding-left: 10px;
    }
    #article-sec-3 .socialicon a{
        text-decoration:none;
        display:inline;
    }
    #article-sec-3 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    }
    #article-sec-3 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #article-sec-3 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #article-sec-3 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }

}
@media only screen and (min-width: 600px) {
#article-sec-3 {
background-color: #f5f3f2; 
}
#article-sec-3 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-3 p{text-align: justify;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 h2{
    font-size: 25px;
    font-weight: 500;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 img{
    width: 30%;
    margin: 20px 0px;
    
    }
    #article-sec-3 a{
    font-size: 18px;
    color: #dc3545;
    width: 100%;
    display: block;
    text-decoration: none;
    }
    #article-sec-3 a:hover{
    color: #1b74b9;    
    }
    #article-sec-3 i{
    font-size:20px;
    padding-left: 10px;
    }
    #article-sec-3 .socialicon a{
        text-decoration:none;
        display:inline;
    }
    #article-sec-3 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    }
    #article-sec-3 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #article-sec-3 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #article-sec-3 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }

}
@media only screen and (min-width: 768px) {
#article-sec-3 {
background-color: #f5f3f2; 
}
#article-sec-3 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-3 p{text-align: justify;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 h2{
    font-size: 25px;
    font-weight: 500;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 img{
    width: 30%;
    margin: 20px 0px;
    
    }
    #article-sec-3 a{
    font-size: 18px;
    color: #dc3545;
    width: 100%;
    display: block;
    text-decoration: none;
    }
    #article-sec-3 a:hover{
    color: #1b74b9;    
    }
    #article-sec-3 i{
    font-size:20px;
    padding-left: 10px;
    }
    #article-sec-3 .socialicon a{
        text-decoration:none;
        display:inline;
    }
    #article-sec-3 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    }
    #article-sec-3 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #article-sec-3 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #article-sec-3 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }

}
@media only screen and (min-width: 992px) {
#article-sec-3 {
background-color: #f5f3f2; 
}
#article-sec-3 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-3 p{text-align: justify;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 h2{
    font-size: 25px;
    font-weight: 500;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 img{
    width: 100%;
    margin: 20px 0px;
    
    }
    #article-sec-3 a{
    font-size: 18px;
    color: #dc3545;
    text-decoration: none;
    }
    #article-sec-3 a:hover{
    color: #1b74b9;    
    }
    #article-sec-3 i{
    font-size:20px;
    padding-left: 10px;
    }
    #article-sec-3 .socialicon a{
        text-decoration:none;
        display:inline;
    }
    #article-sec-3 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    }
    #article-sec-3 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #article-sec-3 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #article-sec-3 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }

}
@media only screen and (min-width: 1200px) {
#article-sec-3 {
background-color: #f5f3f2; 
}
#article-sec-3 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-3 p{text-align: justify;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 h2{
    font-size: 28px;
    font-weight: 500;
    font-family: "Californian FB",serif;
    }
    #article-sec-3 img{
    width: 80%;
    margin: 20px 0px;
    
    }
    #article-sec-3 a{
    font-size: 18px;
    color: #dc3545;
    text-decoration: none;
    }
    #article-sec-3 a:hover{
    color: #1b74b9;    
    }
    #article-sec-3 i{
    font-size:20px;
    padding-left: 10px;
    }
    #article-sec-3 h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #article-sec-3 .socialicon a{
        text-decoration:none;
        display:inline;
    }
    #article-sec-3 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    }
    #article-sec-3 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #article-sec-3 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #article-sec-3 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #article-sec-3 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }

}
/*ARTICLE SEC-3 END*/

/*ARTICLE SEC-4*/
@media only screen and (max-width: 600px) {
#article-sec-4 {
background-color:#00375a; 
}
#article-sec-4 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-4 h3{
    color: white;
    font-size: 26px;
    width: 100%;
    font-family: "Californian FB",serif;
    }
#article-sec-4 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:10px;
    width: 40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#article-sec-4 button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#article-sec-4 button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 600px) {
#article-sec-4 {
background-color: #00375a; 
}
#article-sec-4 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-4 h3{
    color: white;
    font-size: 26px;
    width: 100%;
    font-family: "Californian FB",serif;
    }
#article-sec-4 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:10px;
    width: 40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#article-sec-4 button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#article-sec-4 button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 768px) {
#article-sec-4 {
background-color: #00375a; 
}
#article-sec-4 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-4 h3{
    color: white;
    font-size: 26px;
    width: 100%;
    font-family: "Californian FB",serif;
    }
#article-sec-4 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:0px;
    width: 40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#article-sec-4 button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#article-sec-4 button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 992px) {
#article-sec-4 {
background-color: #00375a; 
}
#article-sec-4 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-4 h3{
    color: white;
    font-size: 28px;
    width: 90%;
    font-family: "Californian FB",serif;
    }
#article-sec-4 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:0px;
    width: 40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#article-sec-4 button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#article-sec-4 button:focus{
        outline: none;
    }
}
@media only screen and (min-width: 1200px) {
#article-sec-4 {
background-color: #00375a; 
}
#article-sec-4 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-4 h3{
    color: white;
    width: 100%;
    font-size: 33px;
    font-family: "Californian FB",serif;
    }
#article-sec-4 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:0px;
    width: 30%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, white 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#article-sec-4 button:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: #dc3545;  
}
#article-sec-4 button:focus{
        outline: none;
    }
}
/*ARTICLE SEC-4 END*/

/*ARTICLE SEC-5*/
@media only screen and (max-width: 600px) {
#article-sec-5 {
background-color: white; 
}
#article-sec-5 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-5 h3{
    text-align: left;
    font-size: 25px;
    margin-top: 15px;
    font-family: "Californian FB",serif;
    }
    #article-sec-5 h1{
        text-align: left;
    }
    #article-sec-5 i{
        display: inline-block;
  border-radius: 50%;
font-size: 20px;
color: #1b74b9;
border:2px solid #1b74b9;
padding: 15px;
margin: 0px 10px;
        
    }
    #article-sec-5 i:hover{
    color: #dc3545;
    border:2px solid #dc3545;
    }
}

@media only screen and (min-width: 600px) {
#article-sec-5 {
background-color: white; 
}
#article-sec-5 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-5 h3{
    text-align: left;
    font-size: 25px;
    margin-top: 15px;
    font-family: "Californian FB",serif;
    }
    #article-sec-5 h1{
        text-align: left;
    }
    #article-sec-5 i{
        display: inline-block;
  border-radius: 50%;
font-size: 25px;
color: #1b74b9;
border:2px solid #1b74b9;
padding: 15px;
margin: 0px 10px;
        
    }
    #article-sec-5 i:hover{
    color: #dc3545;
    border:2px solid #dc3545;
    }
}
@media only screen and (min-width: 768px) {
#article-sec-5 {
background-color: white; 
}
#article-sec-5 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-5 h3{
    text-align: left;
    font-size: 25px;
    margin-top: 15px;
    font-family: "Californian FB",serif;
    }
    #article-sec-5 h1{
        text-align: left;
    }
    #article-sec-5 i{
        display: inline-block;
  border-radius: 50%;
font-size: 25px;
color: #1b74b9;
border:2px solid #1b74b9;
padding: 15px;
margin: 0px 10px;
        
    }
    #article-sec-5 i:hover{
    color: #dc3545;
    border:2px solid #dc3545;
    }
}
@media only screen and (min-width: 992px) {
#article-sec-5 {
background-color: white; 
}
#article-sec-5 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-5 h3{
    text-align: left;
    font-size: 25px;
    margin-top: 15px;
    font-family: "Californian FB",serif;
    }
    #article-sec-5 h1{
        text-align: left;
    }
    #article-sec-5 i{
        display: inline-block;
  border-radius: 50%;
font-size: 25px;
color: #1b74b9;
border:2px solid #1b74b9;
padding: 15px;
margin: 0px 10px;
        
    }
    #article-sec-5 i:hover{
    color: #dc3545;
    border:2px solid #dc3545;
    }
}
@media only screen and (min-width: 1200px) {
#article-sec-5 {
background-color: white; 
}
#article-sec-5 .container-fluid{
    padding: 50px 20px;
    }
#article-sec-5 h3{
    text-align: left;
    font-size: 28px;
    margin-top: 15px;
    font-family: "Californian FB",serif;
    }
    #article-sec-5 h1{
        text-align: left;
    }
    #article-sec-5 i{
        display: inline-block;
  border-radius: 50%;
font-size: 28px;
color: #1b74b9;
border:2px solid #1b74b9;
padding: 20px;
margin: 0px 10px;
        
    }
    #article-sec-5 i:hover{
    color: #dc3545;
    border:2px solid #dc3545;
    }
}
/*ARTICLE SEC-5*/
    
/*INSIGHT*/



/*BLOGS*/
/*BLOGSHOME SEC-1*/
@media only screen and (max-width: 600px) {
#bloghome-sec-1{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
#bloghome-sec-1 .container-fluid{
        padding: 50px 0px;
    }
#bloghome-sec-1 h2{
    font-size: 30px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    }

}
@media only screen and (min-width: 600px) {
#bloghome-sec-1{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
 #bloghome-sec-1 .container-fluid{
        padding: 50px 0px;
    }
  #bloghome-sec-1 h2{
    font-size: 30px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    }

}
@media only screen and (min-width: 768px) {
#bloghome-sec-1{
    background: linear-gradient(to bottom, #2d4c7fd1 0%, #2d4c7f 100%), url('../img/page-banner/banner02.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 70px;
    }
 
    #bloghome-sec-1 .container-fluid{
        padding: 80px 0px;
    }
    #bloghome-sec-1 h2{
    font-size: 40px;
    color:white;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    }

}
@media only screen and (min-width: 992px) {
#bloghome-sec-1{
    background-image: url(../img/page-banner/banner02.jpg);
    background-size: 600px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    margin-top: 100px;
    }

   #bloghome-sec-1 .container-fluid{
        padding: 80px 0px;
    }
    #bloghome-sec-1 h2{
    font-family: "Californian FB",serif;
    width: 50%;
    margin-bottom: 20px;
    font-size: 40px;
    color: #1b74b9;
    font-family: "Californian FB",serif;
    font-weight: 400;
    }}
@media only screen and (min-width: 1200px) {
#bloghome-sec-1 {
    background-image:url(../img/page-banner/banner02.jpg);
    background-size: 600px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    margin-top: 100px;
    }
#bloghome-sec-1 .container-fluid{
        padding: 80px 10px;
    }
#bloghome-sec-1 h2{
    font-size: 48px;
    color: #1b74b9;
    font-family: "Californian FB",serif;
    font-weight: 400;
    width: 60%;
    margin-bottom: 20px;
    }
}
/*BLOGSHOME SEC-1 END*/


/*BLOGSHOME SEC-2*/
@media only screen and (max-width: 600px) {
#bloghome-sec-2 ul {
    padding-left: 15px;
}
    #bloghome-sec-2{    
        background-color: #d9ecf9;}
    #bloghome-sec-2 .container-fluid{
        padding: 30px 0px;
    }
    #bloghome-sec-2 i{
    font-size: 20px;
    }
#bloghome-sec-2 li {
    list-style: none;
    display: inline-block;
    background-color: grey;
    transform: skew(25deg);
    margin: 5px 0px;

}

#bloghome-sec-2 a {
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 15px;
    line-height: 32px;
    padding: 0 35px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#bloghome-sec-2 .active{
        background-color:#1b74b9;
    }
#bloghome-sec-2 a span {
    transform: skew(-25deg);
    display:block;
}

}
@media only screen and (min-width: 600px) {
#bloghome-sec-2 ul {
    padding-left: 15px;
}
    #bloghome-sec-2 .container-fluid{
        padding: 30px 0px;
    }
    #bloghome-sec-2{    
        background-color: #d9ecf9;}
    #bloghome-sec-2 i{
    font-size: 20px;
    }
#bloghome-sec-2 li {
    list-style: none;
    display: inline-block;
    background-color: grey;
    transform: skew(25deg);
    margin: 5px 0px;

}

#bloghome-sec-2 a {
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 15px;
    line-height: 32px;
    padding: 0 35px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#bloghome-sec-2 .active{
        background-color:#1b74b9;
    }
#bloghome-sec-2 a span {
    transform: skew(-25deg);
    display:block;
}

}
@media only screen and (min-width: 768px) {
#bloghome-sec-2 ul {
    padding-left: 15px;
}
    #bloghome-sec-2 .container-fluid{
        padding: 30px 0px;
    }
    #bloghome-sec-2{    
        background-color: #d9ecf9;}
    #bloghome-sec-2 i{
    font-size: 20px;
    }
#bloghome-sec-2 li {
    list-style: none;
    display: inline-block;
    background-color: grey;
    transform: skew(25deg);

}

#bloghome-sec-2 a {
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 15px;
    line-height: 32px;
    padding: 0 35px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#bloghome-sec-2 .active{
        background-color:#1b74b9;
    }
#bloghome-sec-2 a span {
    transform: skew(-25deg);
    display:block;
}
    #bloghome-sec-2{    
        background-color: #d9ecf9;}

}
@media only screen and (min-width: 992px) {
#bloghome-sec-2 ul {
    padding-left: 15px;
}
    #bloghome-sec-2 .container-fluid{
        padding: 30px 0px;
    }
    #bloghome-sec-2 i{
    font-size: 20px;
    }
#bloghome-sec-2 li {
    list-style: none;
    display: inline-block;
    background-color: grey;
    transform: skew(25deg);

}
#bloghome-sec-2{    
        background-color: #d9ecf9;}
#bloghome-sec-2 a {
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 15px;
    line-height: 32px;
    padding: 0 35px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#bloghome-sec-2 .active{
        background-color:#1b74b9;
    }
#bloghome-sec-2 a span {
    transform: skew(-25deg);
    display:block;
}

}
@media only screen and (min-width: 1200px) {
#bloghome-sec-2 ul {
    padding-left: 15px;
}
#bloghome-sec-2 li {
    list-style: none;
    display: inline-block;
    background-color: grey;
    transform: skew(25deg);

}
#bloghome-sec-2{    
        background-color: #d9ecf9;}
#bloghome-sec-2 a {
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 15px;
    line-height: 32px;
    padding: 0 35px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#bloghome-sec-2 .active{
        background-color:#1b74b9;
    }
#bloghome-sec-2 a span {
    transform: skew(-25deg);
    display:block;
}

}
/*BLOGSHOME SEC-3*/
@media only screen and (max-width:600px) {
    #bloghome-sec-3{
    background-color: white;    
    } 
    #bloghome-sec-3 .container-fluid{
    padding: 50px 10px;
    }
    #bloghome-sec-3 .bg-white{
    background-color: white;    
    }
    #bloghome-sec-3 img{
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
    } 
    #bloghome-sec-3 .imgdiv{
    position: relative;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    
    
    }
  #bloghome-sec-3 .mainblogdiv{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
    }
  
    #bloghome-sec-3 .blogdiv:hover img{
    transform: scale(1.1);
    }
/*
    #bloghome-sec-3 .imgdiv:before {
    content: '';
    position: absolute;
    top: -10px; right: 0px;
    z-index: 5;
    border-top: 130px solid white;
    border-left: 170px solid transparent;
    width: 0;
}
*/
   #bloghome-sec-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(24, 24, 24, 0.36);
}

#bloghome-sec-3 .blogdiv:hover .overlay {
  opacity: 1;
}
   #bloghome-sec-3 .blogdiv .top-right {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
    #bloghome-sec-3 .blogdiv .top-right .date {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 30px;
    }
    #bloghome-sec-3 .blogdiv{
    background-color:  #f5f3f2;  
    padding: 0px;
    }
    #bloghome-sec-3 .blogdiv .top-right .month {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    
    }
    #bloghome-sec-3 .category{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .date{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 14px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .content::after{
    content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color:#1b74b9; 
    }
    #bloghome-sec-3 .content{
    padding: 20px;
    position: relative;
    }
    #bloghome-sec-3 .title{
    display: block;
    width: 100%;
    text-align: left;
    color: #1b74b9;
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    font-family: GT-Walsheim-Pro-Medium,Arial,Helvetica,sans-serif;
    }
    #bloghome-sec-3 .title:hover{
        color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 p{text-align: justify;
    text-align: justify;
    font-family: "Californian FB",serif;    
    color: black;
    font-size: 16px;
    }
    #bloghome-sec-3 .readmore{
    display: block;
    width: 100%;
    font-family: "Californian FB",serif;    
    text-align: left;
    color: #1b74b9;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
        
    }
    #bloghome-sec-3 .readmore:hover{
    color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 a{
        text-decoration: none;
        color: inherit;
    }
            #bloghome-sec-3 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
    #bloghome-sec-3 form.example1 input[type=text]:focus{
        outline: none;
    }
#bloghome-sec-3 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

#bloghome-sec-3 form.example1 button:focus {
  outline: none;
}

#bloghome-sec-3 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
    #bloghome-sec-3 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
    #bloghome-sec-3 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
    #bloghome-sec-3 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
    #bloghome-sec-3 .recent{
        margin-top: 30px;
    }
    #bloghome-sec-3 .recentdate{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 22px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .para{
    font-size: 14px;
    }
    #bloghome-sec-3 .para1{
    font-size: 14px;
    text-align: right;
    font-family: "Californian FB",serif;
    font-weight: 600;
    }
    #bloghome-sec-3 .para:hover,#bloghome-sec-3 .para1:hover,#bloghome-sec-3 .recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
    }
        #bloghome-sec-3 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
    #bloghome-sec-3 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }
  #bloghome-sec-3 .main select option{
font-size: 18px; 
color: black;
    }
#bloghome-sec-3 .main select option:active{
border: none;  
    }


#bloghome-sec-3 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#bloghome-sec-3 select option{
font-size: 18px; 
color: #1B74B9;
    }
#bloghome-sec-3 select option:active{
border: none;  
    }


#bloghome-sec-3 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
    
}
@media only screen and (min-width:600px) {
    #bloghome-sec-3{
    background-color: white;    
    } 
    #bloghome-sec-3 .container-fluid{
    padding: 50px 10px;
    }
    #bloghome-sec-3 .bg-white{
    background-color: white;    
    }
    #bloghome-sec-3 img{
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
    } 
    #bloghome-sec-3 .imgdiv{
    position: relative;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    
    
    }
  #bloghome-sec-3 .mainblogdiv{
        margin-top: 20px;
        margin-bottom: 20px;
    }
  
    #bloghome-sec-3 .blogdiv:hover img{
    transform: scale(1.1);
    }
/*
    #bloghome-sec-3 .imgdiv:before {
    content: '';
    position: absolute;
    top: -10px; right: 0px;
    z-index: 5;
    border-top: 130px solid white;
    border-left: 170px solid transparent;
    width: 0;
}
*/
   #bloghome-sec-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(24, 24, 24, 0.36);
}

#bloghome-sec-3 .blogdiv:hover .overlay {
  opacity: 1;
}
   #bloghome-sec-3 .blogdiv .top-right {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
    #bloghome-sec-3 .blogdiv .top-right .date {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 30px;
    }
    #bloghome-sec-3 .blogdiv{
    background-color:  #f5f3f2;  
    padding: 0px;
    }
    #bloghome-sec-3 .blogdiv .top-right .month {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    
    }
    #bloghome-sec-3 .category{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .date{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 14px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .content::after{
    content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color:#1b74b9; 
    }
    #bloghome-sec-3 .content{
    padding: 20px;
    position: relative;
    height:400px;
    }
    #bloghome-sec-3 .title{
    display: block;
    width: 100%;
    height:130px;
    text-align: left;
    color: #1b74b9;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .title:hover{
        color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 p{text-align: justify;
    text-align: justify;
    font-family: "Californian FB",serif;    
    color: black;
    height:100px;
    font-size: 16px;
    }
    #bloghome-sec-3 .readmore{
    display: block;
    font-family: "Californian FB",serif;    
    width: 100%;
    text-align: left;
    color: #1b74b9;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
        
    }
    #bloghome-sec-3 .readmore:hover{
    color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 a{
        text-decoration: none;
        color: inherit;
    }
        #bloghome-sec-3 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
    #bloghome-sec-3 form.example1 input[type=text]:focus{
        outline: none;
    }
#bloghome-sec-3 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

#bloghome-sec-3 form.example1 button:focus {
  outline: none;
}

#bloghome-sec-3 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
    #bloghome-sec-3 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
    #bloghome-sec-3 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
    #bloghome-sec-3 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
    #bloghome-sec-3 .recent{
        margin-top: 30px;
    }
    #bloghome-sec-3 .recentdate{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 60px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 22px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .para{
    font-size: 14px;
    }
    #bloghome-sec-3 .para1{
    font-size: 14px;
    text-align: right;
    font-family: "Californian FB",serif;
    font-weight: 600;
    }
    #bloghome-sec-3 .para:hover,#bloghome-sec-3 .para1:hover,#bloghome-sec-3 .recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
    }
        #bloghome-sec-3 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
    #bloghome-sec-3 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }
  #bloghome-sec-3 .main select option{
font-size: 18px; 
color: black;
    }
#bloghome-sec-3 .main select option:active{
border: none;  
    }


#bloghome-sec-3 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#bloghome-sec-3 select option{
font-size: 18px; 
color: #1B74B9;
    }
#bloghome-sec-3 select option:active{
border: none;  
    }


#bloghome-sec-3 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
    
}
@media only screen and (min-width:768px) {
    #bloghome-sec-3{
    background-color: white;    
    } 
    #bloghome-sec-3 .container-fluid{
    padding: 50px 10px;
    }
    #bloghome-sec-3 .bg-white{
    background-color: white;    
    }
    #bloghome-sec-3 img{
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
    } 
    #bloghome-sec-3 .imgdiv{
    position: relative;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    
    
    }
  #bloghome-sec-3 .mainblogdiv{
        margin-top: 20px;
        margin-bottom: 20px;
    }
  
    #bloghome-sec-3 .blogdiv:hover img{
    transform: scale(1.1);
    }
/*
    #bloghome-sec-3 .imgdiv:before {
    content: '';
    position: absolute;
    top: -10px; right: 0px;
    z-index: 5;
    border-top: 130px solid white;
    border-left: 170px solid transparent;
    width: 0;
}
*/
   #bloghome-sec-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(24, 24, 24, 0.36);
}

#bloghome-sec-3 .blogdiv:hover .overlay {
  opacity: 1;
}
   #bloghome-sec-3 .blogdiv .top-right {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
    #bloghome-sec-3 .blogdiv .top-right .date {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 30px;
    }
    #bloghome-sec-3 .blogdiv{
    background-color:  #f5f3f2;  
    padding: 0px;
    }
    #bloghome-sec-3 .blogdiv .top-right .month {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    
    }
    #bloghome-sec-3 .category{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .date{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 14px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .content::after{
    content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color:#1b74b9; 
    }
    #bloghome-sec-3 .content{
    padding: 20px;
    position: relative;
    height:350px;
    }
    #bloghome-sec-3 .title{
    display: block;
    width: 100%;
    text-align: left;
    height:100px;
    color: #1b74b9;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .title:hover{
        color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 p{text-align: justify;
    text-align: justify;
    font-family: "Californian FB",serif;    
    color: black;
    height:80px;
    font-size: 16px;
    }
    #bloghome-sec-3 .readmore{
    display: block;
    font-family: "Californian FB",serif;    
    width: 100%;
    text-align: left;
    color: #1b74b9;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
        
    }
    #bloghome-sec-3 .readmore:hover{
    color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 a{
        text-decoration: none;
        color: inherit;
    }
         #bloghome-sec-3 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
    #bloghome-sec-3 form.example1 input[type=text]:focus{
        outline: none;
    }
#bloghome-sec-3 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

#bloghome-sec-3 form.example1 button:focus {
  outline: none;
}

#bloghome-sec-3 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
    #bloghome-sec-3 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
    #bloghome-sec-3 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
    #bloghome-sec-3 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
    #bloghome-sec-3 .recent{
        margin-top: 30px;
    }
    #bloghome-sec-3 .recentdate{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 60px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 22px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .para{
    font-size: 14px;
    }
    #bloghome-sec-3 .para1{
    font-size: 14px;
    text-align: right;
    font-family: "Californian FB",serif;
    font-weight: 600;
    }
    #bloghome-sec-3 .para:hover,#bloghome-sec-3 .para1:hover,#bloghome-sec-3 .recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
    }
        #bloghome-sec-3 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
    #bloghome-sec-3 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }
  #bloghome-sec-3 .main select option{
font-size: 18px; 
color: black;
    }
#bloghome-sec-3 .main select option:active{
border: none;  
    }


#bloghome-sec-3 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#bloghome-sec-3 select option{
font-size: 18px; 
color: #1B74B9;
    }
#bloghome-sec-3 select option:active{
border: none;  
    }


#bloghome-sec-3 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-width: 992px) {
    #bloghome-sec-3{
    background-color: white;    
    } 
    #bloghome-sec-3 .container-fluid{
    padding: 50px 10px;
    }
    #bloghome-sec-3 .bg-white{
    background-color: white;    
    }
    #bloghome-sec-3 img{
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
    } 
    #bloghome-sec-3 .imgdiv{
    position: relative;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    
    
    }

   #bloghome-sec-3 .mainblogdiv{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #bloghome-sec-3 .blogdiv:hover img{
    transform: scale(1.1);
    }
/*
    #bloghome-sec-3 .imgdiv:before {
    content: '';
    position: absolute;
    top: -10px; right: 0px;
    z-index: 5;
    border-top: 130px solid white;
    border-left: 170px solid transparent;
    width: 0;
}
*/
   #bloghome-sec-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(24, 24, 24, 0.36);
}

#bloghome-sec-3 .blogdiv:hover .overlay {
  opacity: 1;
}
   #bloghome-sec-3 .blogdiv .top-right {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
    #bloghome-sec-3 .blogdiv .top-right .date {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 30px;
    }
    #bloghome-sec-3 .blogdiv{
    background-color:  #f5f3f2;  
    padding: 0px;
    }
    #bloghome-sec-3 .blogdiv .top-right .month {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    
    }
    #bloghome-sec-3 .category{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .date{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 14px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .content::after{
    content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color:#1b74b9; 
    }
    #bloghome-sec-3 .content{
    padding: 20px;
    position: relative;
    height:500px;
    }
    #bloghome-sec-3 .title{
    display: block;
    width: 100%;
    text-align: left;
    height:200px;
    color: #1b74b9;
    font-size: 21px;
    font-weight: 700;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .title:hover{
        color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 p{text-align: justify;
    text-align: justify;
    font-family: "Californian FB",serif;    
    color: black;
    height:150px;
    font-size: 16px;
    }
    #bloghome-sec-3 .readmore{
    display: block;
    font-family: "Californian FB",serif;    
    width: 100%;
    text-align: left;
    color: #1b74b9;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
        
    }
    #bloghome-sec-3 .readmore:hover{
    color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 a{
        text-decoration: none;
        color: inherit;
    }
     #bloghome-sec-3 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
    #bloghome-sec-3 form.example1 input[type=text]:focus{
        outline: none;
    }
#bloghome-sec-3 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

#bloghome-sec-3 form.example1 button:focus {
  outline: none;
}

#bloghome-sec-3 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
    #bloghome-sec-3 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
    #bloghome-sec-3 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
    #bloghome-sec-3 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
    #bloghome-sec-3 .recent{
        margin-top: 30px;
    }
    #bloghome-sec-3 .recentdate{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .para{
    font-size: 14px;
    }
    #bloghome-sec-3 .para1{
    font-size: 14px;
    text-align: left;
    }
    #bloghome-sec-3 .para:hover,#bloghome-sec-3 .para1:hover,#bloghome-sec-3 .recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
    }
        #bloghome-sec-3 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
    #bloghome-sec-3 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }
  #bloghome-sec-3 .main select option{
font-size: 18px; 
color: black;
    }
#bloghome-sec-3 .main select option:active{
border: none;  
    }


#bloghome-sec-3 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#bloghome-sec-3 select option{
font-size: 18px; 
color: #1B74B9;
    }
#bloghome-sec-3 select option:active{
border: none;  
    }


#bloghome-sec-3 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
}

@media only screen and (min-width: 1200px) {
    #bloghome-sec-3{
    background-color: white;    
    } 
    #bloghome-sec-3 .container-fluid{
    padding: 50px 10px;
    }
    #bloghome-sec-3 .bg-white{
    background-color: white;    
    }
    #bloghome-sec-3 img{
    max-width: 100%;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transform: scale(1);
    z-index: -5;
    } 
    #bloghome-sec-3 .imgdiv{
    position: relative;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    
    
    }

  #bloghome-sec-3 .mainblogdiv{
        margin-top: 20px;
        margin-bottom: 20px;
    }
  
    #bloghome-sec-3 .blogdiv:hover img{
    transform: scale(1.1);
    }
/*
    #bloghome-sec-3 .imgdiv:before {
    content: '';
    position: absolute;
    top: -10px; right: 0px;
    z-index: 5;
    border-top: 130px solid white;
    border-left: 170px solid transparent;
    width: 0;
}
*/
   #bloghome-sec-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(24, 24, 24, 0.36);
}

#bloghome-sec-3 .blogdiv:hover .overlay {
  opacity: 1;
}
   #bloghome-sec-3 .blogdiv .top-right {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
    #bloghome-sec-3 .blogdiv .top-right .date {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 30px;
    }
    #bloghome-sec-3 .blogdiv{
    background-color:  #f5f3f2;  
    padding: 0px;
    }
    #bloghome-sec-3 .blogdiv .top-right .month {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    
    }
    #bloghome-sec-3 .category{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .date{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 14px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .content::after{
    content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color:#1b74b9; 
    }
    #bloghome-sec-3 .content{
    padding: 20px;
    position: relative;
    height:400px;
    }
    #bloghome-sec-3 .title{
    display: block;
    width: 100%;
    height:150px;
    text-align: left;
    color: #1b74b9;
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    font-family: GT-Walsheim-Pro-Medium,Arial,Helvetica,sans-serif;
    }
    #bloghome-sec-3 .title:hover{
        color: #dc3545;
    cursor: pointer;
    }
    #bloghome-sec-3 p{text-align: justify;
    text-align: justify;
    font-family: "Californian FB",serif;    
    color: black;
    height:80px;
    font-size: 16px;
    }
    #bloghome-sec-3 .readmore{
    display: block;
    font-family: "Californian FB",serif;    
    width: 100%;
    text-align: left;
    color: #1b74b9;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
        
    }
    #bloghome-sec-3 a{
        text-decoration: none;
        color: inherit;
    }
    #bloghome-sec-3 .readmore:hover{
    color: #dc3545;
    cursor: pointer;
    }
    
 #bloghome-sec-3 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
    #bloghome-sec-3 form.example1 input[type=text]:focus{
        outline: none;
    }
#bloghome-sec-3 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

#bloghome-sec-3 form.example1 button:focus {
  outline: none;
}

#bloghome-sec-3 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
    #bloghome-sec-3 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
    #bloghome-sec-3 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
    #bloghome-sec-3 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
    #bloghome-sec-3 .recent{
        margin-top: 30px;
    }
    #bloghome-sec-3 .recentdate{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 10px;
    font-size: 20px;
    font-family: "Californian FB",serif;
    }
    #bloghome-sec-3 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
    #bloghome-sec-3 .para{
    font-size: 16px;
    }
    #bloghome-sec-3 .greydiv{
     background-color: #80808047;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 20px;
    }
    #bloghome-sec-3 h3{
    font-family: "Californian FB",serif;   
    color:#1b74b9; 
    }
  #bloghome-sec-3 .main select option{
font-size: 18px; 
color: black;
    }
#bloghome-sec-3 .main select option:active{
border: none;  
    }


#bloghome-sec-3 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

#bloghome-sec-3 select option{
font-size: 18px; 
color: #1B74B9;
    }
#bloghome-sec-3 select option:active{
border: none;  
    }


#bloghome-sec-3 .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#bloghome-sec-3 .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

}

/*BLOGSHOME SEC-3 END*/

/*BLOGPOST1*/
@media only screen and (max-width: 600px) {
  #blogpost1{
        margin-top: 70px;
    }
    #blogpost1 .container-fluid{
    padding-top: 50px;  
    padding-bottom: 50px;  
    }
            #blogpost1 .tag i{
        color:#1b74b9; 
        font-size: 14px;
    }
    #blogpost1 .paddingblog{
    padding: 0px;
    }
    #blogpost1 .tag{
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
     #blogpost1 .title{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .date{
    display: inline-block;
    margin-right: 15px;
    text-align: left;
    font-size: 18px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .date i{
        color:#1b74b9; 
        font-size: 14px;
        padding-right: 5px;
    }
    #blogpost1 .blogimg{
    width: 100%;
    display: block;
    margin: 10px auto;
    }
    #blogpost1 p{text-align: justify;
     text-align: left;
    font-size: 16px;
    padding: 10px 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 h2{
     text-align: left;
    font-size: 25px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    }
    #blogpost1 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #blogpost1 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #blogpost1 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }
     #blogpost1 .comment .name{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .comment .date{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .message{
    margin:10px auto;
    display: block;
    border: 1px solid #1b74b9;
    }
    #blogpost1 .comment h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply{
        margin-top: 30px;
    }
    #blogpost1 .reply h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
     #blogpost1 .reply p{text-align: justify;
     text-align: left;
    font-size: 20px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply textarea{
    width: 100%;
    height: 130px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply input{
    width: 100%;
    height: 50px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply textarea:focus,#blogpost1 .reply input:focus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    outline: none;
    }
    #blogpost1 .reply button,#blogpost1 .comment button {
    display: block;
    background-color: #1b74b9;
    transform: skew(25deg);
    margin: 20px 0px;
    width: 80%;
    padding: 10px 20px;
    border: none;

}
    #blogpost1 a{
        color: inherit;
        text-decoration: none;
    }
    #blogpost1 .reply button:focus,#blogpost1 .comment button:focus {
    outline: none;
    }
#blogpost1 .reply span,#blogpost1 .comment button span {
    transform: skew(-25deg);
    display:block;
    color: white;
    text-transform: uppercase;
}
    #blogpost1 .reply i {
    font-size: 18px;
    padding-left: 5px;
    }
  #blogpost1 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
  #blogpost1 form.example1 input[type=text]:focus{
        outline: none;
    }
  #blogpost1 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

  #blogpost1 form.example1 button:focus {
  outline: none;
}

  #blogpost1 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
  #blogpost1 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
  #blogpost1 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
  #blogpost1 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
  #blogpost1 .recent{
        margin-top: 30px;
    }
  #blogpost1 .recentdate{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
  #blogpost1 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 22px;
    font-family: "Californian FB",serif;
    }
  #blogpost1 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
  #blogpost1.article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
  #blogpost1 .para{
    font-size: 14px;
    }
  #blogpost1 .para1{
    font-size: 14px;
    text-align: right;
    font-family: "Californian FB",serif;
    font-weight: 600;
    }
    #blogpost1 .para:hover,  #blogpost1 .para1:hover,  #blogpost1 .recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
    }
}
@media only screen and (min-width: 600px) {
  #blogpost1{
        margin-top: 70px;
    }
    #blogpost1 .container-fluid{
    padding-top: 50px;  
    padding-bottom: 50px;  
    }
        #blogpost1 .tag i{
        color:#1b74b9; 
        font-size: 14px;
    }
      #blogpost1 a{
        color: inherit;
        text-decoration: none;
    }
    #blogpost1 .paddingblog{
    padding: 0px;
    }
    #blogpost1 .tag{
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
     #blogpost1 .title{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .date{
    display: inline-block;
    margin-right: 15px;
    text-align: left;
    font-size: 18px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .date i{
        color:#1b74b9; 
        font-size: 14px;
        padding-right: 5px;
    }
    #blogpost1 .blogimg{
    width: 100%;
    display: block;
    margin: 10px auto;
    }
    #blogpost1 p{text-align: justify;
     text-align: left;
    font-size: 16px;
    padding: 10px 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 h2{
     text-align: left;
    font-size: 25px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    }
    #blogpost1 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #blogpost1 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #blogpost1 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }
     #blogpost1 .comment .name{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .comment .date{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .message{
    margin:10px auto;
    display: block;
    border: 1px solid #1b74b9;
    }
    #blogpost1 .comment h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply{
        margin-top: 30px;
    }
    #blogpost1 .reply h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
     #blogpost1 .reply p{text-align: justify;
     text-align: left;
    font-size: 20px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply textarea{
    width: 100%;
    height: 130px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply input{
    width: 100%;
    height: 50px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply textarea:focus,#blogpost1 .reply input:focus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    outline: none;
    }
    #blogpost1 .reply button,#blogpost1 .comment button {
    display: block;
    background-color: #1b74b9;
    transform: skew(25deg);
    margin: 20px 0px;
    margin-left: 10px;
    width: 40%;
    padding: 10px 20px;
    border: none;

}
    #blogpost1 .reply button:focus,#blogpost1 .comment button:focus {
    outline: none;
    }
#blogpost1 .reply span,#blogpost1 .comment button span {
    transform: skew(-25deg);
    display:block;
    color: white;
    text-transform: uppercase;
}
    #blogpost1 .reply i {
    font-size: 18px;
    padding-left: 5px;
    }
#blogpost1 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
#blogpost1 form.example1 input[type=text]:focus{
        outline: none;
    }
#blogpost1 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

#blogpost1 form.example1 button:focus {
  outline: none;
}

#blogpost1 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
#blogpost1 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
#blogpost1 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
#blogpost1 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
#blogpost1 .recent{
        margin-top: 30px;
    }
#blogpost1 .recentdate{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 60px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
#blogpost1 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 22px;
    font-family: "Californian FB",serif;
    }
#blogpost1 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
#blogpost1 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
#blogpost1 .para{
    font-size: 14px;
    }
#blogpost1 .para1{
    font-size: 14px;
    text-align: right;
    font-family: "Californian FB",serif;
    font-weight: 600;
    }
#blogpost1 .para:hover,#blogpost1.para1:hover,#blogpost1.recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
    }
}
@media only screen and (min-width: 768px) {
  #blogpost1{
        margin-top: 70px;
    }
    #blogpost1 .container-fluid{
    padding-top: 50px;  
    padding-bottom: 50px;  
    }
        #blogpost1 .tag i{
        color:#1b74b9; 
        font-size: 14px;
    }
      #blogpost1 a{
        color: inherit;
        text-decoration: none;
    }
    #blogpost1 .paddingblog{
    padding: 0px;
    }
    #blogpost1 .tag{
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
     #blogpost1 .title{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .date{
    display: inline-block;
    margin-right: 15px;
    text-align: left;
    font-size: 20px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .date i{
        color:#1b74b9; 
        font-size: 14px;
        padding-right: 5px;
    }
    #blogpost1 .blogimg{
    width: 100%;
    display: block;
    margin: 10px auto;
    }
    #blogpost1 p{text-align: justify;
     text-align: left;
    font-size: 18px;
    padding: 10px 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    }
    #blogpost1 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #blogpost1 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #blogpost1 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }
     #blogpost1 .comment .name{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .comment .date{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .message{
    margin:10px auto;
    display: block;
    border: 1px solid #1b74b9;
    }
    #blogpost1 .comment h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply{
        margin-top: 30px;
    }
    #blogpost1 .reply h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
     #blogpost1 .reply p{text-align: justify;
     text-align: left;
    font-size: 20px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply textarea{
    width: 100%;
    height: 200px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply input{
    width: 100%;
    height: 50px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply textarea:focus,#blogpost1 .reply input:focus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    outline: none;
    }
    #blogpost1 .reply button,#blogpost1 .comment button {
    display: block;
    background-color: #1b74b9;
    transform: skew(25deg);
    margin: 20px 0px;
    margin-left: 10px;
    width: 30%;
    padding: 10px 20px;
    border: none;

}
    #blogpost1 .reply button:focus,#blogpost1 .comment button:focus {
    outline: none;
    }
#blogpost1 .reply span,#blogpost1 .comment button span {
    transform: skew(-25deg);
    display:block;
    color: white;
    text-transform: uppercase;
}
    #blogpost1 .reply i {
    font-size: 18px;
    padding-left: 5px;
    }
  #blogpost1 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
  #blogpost1 form.example1 input[type=text]:focus{
        outline: none;
    }
  #blogpost1 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

  #blogpost1 form.example1 button:focus {
  outline: none;
}

  #blogpost1 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
  #blogpost1 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
  #blogpost1 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
  #blogpost1 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
  #blogpost1 .recent{
        margin-top: 30px;
    }
  #blogpost1 .recentdate{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 60px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
  #blogpost1 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 22px;
    font-family: "Californian FB",serif;
    }
  #blogpost1 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
   #blogpost1 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
   #blogpost1 .para{
    font-size: 14px;
    }
    #blogpost1 .para1{
    font-size: 14px;
    text-align: right;
    font-family: "Californian FB",serif;
    font-weight: 600;
    }
    #blogpost1 .para:hover,  #blogpost1 .para1:hover,  #blogpost1 .recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
    }

    
}
@media only screen and (min-width: 992px) {
  #blogpost1{
        margin-top: 100px;
    }
    #blogpost1 .container-fluid{
    padding-top: 50px;  
    padding-bottom: 50px;  
    }
        #blogpost1 .tag i{
        color:#1b74b9; 
        font-size: 14px;
    }
      #blogpost1 a{
        color: inherit;
        text-decoration: none;
    }
    #blogpost1 .paddingblog{
    padding: 0px;
    }
    #blogpost1 .tag{
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
     #blogpost1 .title{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .date{
    display: inline-block;
    margin-right: 15px;
    text-align: left;
    font-size: 20px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .date i{
        color:#1b74b9; 
        font-size: 14px;
        padding-right: 5px;
    }
    #blogpost1 .blogimg{
    width: 100%;
    display: block;
    margin: 10px auto;
    }
    #blogpost1 p{text-align: justify;
     text-align: left;
    font-size: 18px;
    padding: 10px 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    }
    #blogpost1 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #blogpost1 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #blogpost1 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }
     #blogpost1 .comment .name{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .comment .date{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .message{
    margin:10px auto;
    display: block;
    border: 1px solid #1b74b9;
    }
    #blogpost1 .comment h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply{
        margin-top: 30px;
    }
    #blogpost1 .reply h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
     #blogpost1 .reply p{text-align: justify;
     text-align: left;
    font-size: 20px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply textarea{
    width: 100%;
    height: 200px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply input{
    width: 100%;
    height: 50px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply textarea:focus,#blogpost1 .reply input:focus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    outline: none;
    }
    #blogpost1 .reply button,#blogpost1 .comment button {
    display: block;
    background-color: #1b74b9;
    transform: skew(25deg);
    margin: 20px 0px;
    margin-left: 10px;
    width: 30%;
    padding: 10px 20px;
    border: none;

}
    #blogpost1 .reply button:focus,#blogpost1 .comment button:focus {
    outline: none;
    }
#blogpost1 .reply span,#blogpost1 .comment button span {
    transform: skew(-25deg);
    display:block;
    color: white;
    text-transform: uppercase;
}
    #blogpost1 .reply i {
    font-size: 18px;
    padding-left: 5px;
    }
 #blogpost1 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
 #blogpost1 form.example1 input[type=text]:focus{
        outline: none;
    }
 #blogpost1 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

 #blogpost1 form.example1 button:focus {
  outline: none;
}

 #blogpost1 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
 #blogpost1 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
 #blogpost1 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
 #blogpost1 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
 #blogpost1 .recent{
        margin-top: 30px;
    }
 #blogpost1 .recentdate{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
 #blogpost1 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 2px;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
 #blogpost1 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
 #blogpost1 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
 #blogpost1 .para{
    font-size: 14px;
    }
 #blogpost1 .para1{
    font-size: 14px;
    text-align: left;
    }
 #blogpost1 .para:hover, #blogpost1 .para1:hover, #blogpost1 .recenttitle:hover{
    color: #dc3545;
    cursor: pointer;
}}
@media only screen and (min-width: 1200px) {
    #blogpost1{
        margin-top: 100px;
    }
    #blogpost1 .paddingblog{
    padding: 0px;
    }
      #blogpost1 a{
        color: inherit;
        text-decoration: none;
    }
    #blogpost1 .container-fluid{
    padding-top: 50px;  
    padding-bottom: 50px;  
    }
    #blogpost1 .tag i{
        color:#1b74b9; 
        font-size: 14px;
    }
    #blogpost1 .tag{
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Californian FB",serif;
    }
     #blogpost1 .title{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .date{
    display: inline-block;
    margin-right: 15px;
    text-align: left;
    font-size: 20px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .date i{
        color:#1b74b9; 
        font-size: 14px;
        padding-right: 5px;
    }
    #blogpost1 .blogimg{
    width: 100%;
    display: block;
    margin: 10px auto;
    }
    #blogpost1 p{ 
    text-align: justify;
    font-size: 16px;
    padding: 1px 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .socialicon i{
    font-size: 25px;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    }
    #blogpost1 .socialicon .fa-facebook{
    background-color: #3f5b94;
    border: 2px solid #3f5b94;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-facebook:hover{
    background-color: white;
    color: #3f5b94;
    }
    #blogpost1 .socialicon .fa-twitter{
    background-color: #00acee;
    border: 2px solid #00acee;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-twitter:hover{
    background-color: white;
    color: #00acee;
    }
    #blogpost1 .socialicon .fa-linkedin-in{
    background-color: #0e76a8;
    border: 2px solid #0e76a8;
    transition: .8s ease;
    }
    #blogpost1 .socialicon .fa-linkedin-in:hover{
    background-color: white;
    color: #0e76a8;
    }
     #blogpost1 .comment .name{
    width: 100%;
    display: block;
         text-align: left;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: "Californian FB",serif;
    }
    #blogpost1 .comment .date{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Californian FB",serif;    
    }
    #blogpost1 .message{
    margin:10px auto;
    display: block;
    border: 1px solid #1b74b9;
    }
    #blogpost1 .comment h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply{
        margin-top: 30px;
    }
    #blogpost1 .reply h2{
     text-align: left;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: "Californian FB",serif;        
    }
     #blogpost1 .reply p{text-align: justify;
     text-align: left;
    font-size: 20px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    font-family: "Californian FB",serif;        
    }
    #blogpost1 .reply textarea{
    width: 60%;
    height: 200px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply input{
    width: 60%;
    height: 50px;
    padding-left: 5px;
    border: 1px solid rgba(24,24,24,.2);
    }
    #blogpost1 .reply textarea:focus,#blogpost1 .reply input:focus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    outline: none;
    }
    #blogpost1 .reply button,#blogpost1 .comment button {
    display: block;
    background-color: #1b74b9;
    transform: skew(25deg);
    margin: 20px 0px;
    margin-left: 10px;
    width: 20%;
    padding: 10px 20px;
    border: none;

}
    #blogpost1 .reply button:focus,#blogpost1 .comment button:focus {
    outline: none;
    }
#blogpost1 .reply span,#blogpost1 .comment button span {
    transform: skew(-25deg);
    display:block;
    color: white;
    text-transform: uppercase;
}
    #blogpost1 .reply i {
    font-size: 18px;
    padding-left: 5px;
    }
#blogpost1 form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  border-right: none;
  float: left;
  border-radius: none;
  width: 80%;
  background: white;
}
#blogpost1 form.example1 input[type=text]:focus{
        outline: none;
    }
#blogpost1 form.example1 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: transparent;
  color: black;
  font-size: 17px;
border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

#blogpost1 form.example1 button:focus {
  outline: none;
}

#blogpost1 form.example1::after {
  content: "";
  clear: both;
  display: table;
}
#blogpost1 h5{
    text-align: left;
    color: black;
    position: relative;
    font-family: "Californian FB",serif;
    margin-top: 50px;
    font-weight: 700;
    padding-bottom: 5px;
    }  
#blogpost1 h5::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 2px;
    background-color:#1b74b9; 
    
    }
#blogpost1 .recentimg{
    width: 100%;
    margin: 0px auto;
    display: block;
    }
#blogpost1 .recent{
        margin-top: 30px;
    }
#blogpost1 .recentdate{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Californian FB",serif;
    }
#blogpost1 .recenttitle{
    display: block;
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 10px;
    font-size: 20px;
    font-family: "Californian FB",serif;
    }
#blogpost1 .article{
    padding: 0px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
#blogpost1 .article1{
    padding: 0px;
    margin: 10px auto;
    border-bottom: 1px solid grey;
    }
#blogpost1 .para{
    font-size: 16px;
    }

}
/*BLOGPOST1 END*/
/*BLOGS*/


/*SERVICES*/


/*SERVICES-MAIN-SEC-3*/
@media only screen and (max-width: 600px) {
#services-main-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#services-main-sec-3{
   background-color: #f7f7f7;
   padding: 20px 0px ;
    }
#services-main-sec-3 .main {
    display: flex;
    flex-direction: row;
        }
#services-main-sec-3 .one { order: 2;margin: 20px 0px;padding-left: 0px;padding-right: 0px; }
#services-main-sec-3 .two { order: 1;margin: 20px 0px;padding: 0px; }
#services-main-sec-3 .three {display: none; }
/* Accordion styles */
#services-main-sec-3 .tabs {
  overflow: hidden;
}

#services-main-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#services-main-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #services-main-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#services-main-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  float:right;
}
#services-main-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#services-main-sec-3 input:checked + .tab-label {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label a {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          float:right;
}
#services-main-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #services-main-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#services-main-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #services-main-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
text-transform:capitalize;
    }
    #services-main-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
        #services-main-sec-3 .tab-content .active{
        color: #000758;
    }
#services-main-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #services-main-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      background-color:#1b74b9 ;
      color: white;
    }
    #services-main-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    margin-top: 20px;
    text-align: left;
    color: #1b74b9;
    }
    #services-main-sec-3 p{text-align: justify;
        font-size: 16px;
        text-align:justify;
        font-family: "Californian FB",serif;
    }
    #services-main-sec-3 .article{
        background-color: white;
       padding: 20px 10px;
    }
       #services-main-sec-3 .headings{
        font-size: 20px;
         color: #1b74b9;
           font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
    }
             #services-main-sec-3 .container {
     position: relative;
    width: 100%;
    padding: 0px;
    cursor: pointer;
}
    #services-main-sec-3 .name{
        width:100%;
        display: block;
        font-size: 20px;
        font-family: "Californian FB",serif; 
    }
        #services-main-sec-3 .post{
        width:100%;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    }

  #services-main-sec-3 .image {
  display: block;
  width: 100%;
}

  #services-main-sec-3 .overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:1;
  color: white;
  width: 100%;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

  #services-main-sec-3 .container:hover .overlay {
  opacity: 1;
  padding-top: 30px;
}
        #globalboard  .modal-header{
        display: block;
        background-color: #25313b;
    }
    #globalboard .imgm{
        width: 40%;
        margin: 10px auto;
        display: block;
        border-radius: 50%;
    }
    #globalboard h4{
     font-family: "Californian FB",serif;     
    }
      #globalboard .name1{
        width:100%;
        display: block;
        font-size: 25px;
        text-align: center;
        font-family: "Californian FB",serif; 
    }
      #globalboard .post1{
        width:100%;
        display: block;
        font-size: 14px;
        text-align: center;  
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    } 
    #globalboard .para{
        font-size: 16px;
        text-align: justify;
    }
    #globalboard button:focus{
        outline: none;
    }
  #services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:100%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .article li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif; 
}    
#services-main-sec-3 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#services-main-sec-3 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#services-main-sec-3 .newform select option:active{
border: none;  
    }


#services-main-sec-3 .newform .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#services-main-sec-3 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#services-main-sec-3 .newform input[type=text],
#services-main-sec-3 .newform input[type=email],
#services-main-sec-3 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
    position: relative;
  opacity: 1;
  z-index: 1;
}
#services-main-sec-3 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#services-main-sec-3 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#services-main-sec-3 .newform .form-check-label
{
  margin-left: 10px;  
}
#services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:50%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
}



@media only screen and (min-width: 600px) {
#services-main-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#services-main-sec-3{
   background-color: #f7f7f7;
   padding: 20px 0px;
    }
#services-main-sec-3 .main {
    display: flex;
    flex-direction: row;
        }
#services-main-sec-3 .one { order: 2;margin: 20px 0px;padding-left: 0px;padding-right: 0px; }
#services-main-sec-3 .two { order: 1;margin: 20px 0px; padding: 0px; }
#services-main-sec-3 .three {display: none; }
/* Accordion styles */
#services-main-sec-3 .tabs {
  overflow: hidden;
}

#services-main-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#services-main-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #services-main-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#services-main-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  float:right;
}
#services-main-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#services-main-sec-3 input:checked + .tab-label {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label a {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          float:right;
}
#services-main-sec-3 input:checked ~ .tab-content {
  max-height: 180vh;
  padding: 1em;
}
    #services-main-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#services-main-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #services-main-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
text-transform:capitalize;
    }
    #services-main-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
#services-main-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
        #services-main-sec-3 .tab-content .active{
        color: #000758;
    }
  #services-main-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      background-color:#1b74b9 ;
      color: white;
    }
    #services-main-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    margin-top: 0px;
    text-align: left;
    color: #1b74b9;
    }
    #services-main-sec-3 p{text-align: justify;
        font-size: 16px;
        text-align:justify;
        font-family: "Californian FB",serif;
    }
    #services-main-sec-3 .article{
        background-color: white;
        padding: 20px;
    }
       #services-main-sec-3 .headings{
        font-size: 20px;
         color: #1b74b9;
           font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
    }
         #services-main-sec-3 .container {
     position: relative;
    width: 100%;
    padding: 0px;
    cursor: pointer;
}
    #services-main-sec-3 .name{
        width:100%;
        display: block;
        font-size: 20px;
        font-family: "Californian FB",serif; 
    }
        #services-main-sec-3 .post{
        width:100%;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    }

  #services-main-sec-3 .image {
  display: block;
  width: 100%;
}

  #services-main-sec-3 .overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:1;
  color: white;
  width: 100%;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

  #services-main-sec-3 .container:hover .overlay {
  opacity: 1;
  padding-top: 30px;
}
       #globalboard h4{
     font-family: "Californian FB",serif;     
    } 
    #globalboard  .modal-header{
        display: block;
        background-color: #25313b;
    }
    #globalboard .imgm{
        width: 30%;
        margin: 10px auto;
        display: block;
        border-radius: 50%;
    } 
      #globalboard .name1{
        width:100%;
        display: block;
        font-size: 25px;
        text-align: center;
        font-family: "Californian FB",serif; 
    }
      #globalboard .post1{
        width:100%;
        display: block;
        font-size: 14px;
        text-align: center;  
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    } 
    #globalboard .para{
        font-size: 16px;
        text-align: justify;
    }
    #globalboard button:focus{
        outline: none;
    }
     #services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:100%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .article li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif; 
} 
#services-main-sec-3 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#services-main-sec-3 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#services-main-sec-3 .newform select option:active{
border: none;  
    }


#services-main-sec-3 .newform .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#services-main-sec-3 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#services-main-sec-3 .newform input[type=text],
#services-main-sec-3 .newform input[type=email],
#services-main-sec-3 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
    position: relative;
  opacity: 1;
  z-index: 1;
}
#services-main-sec-3 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#services-main-sec-3 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#services-main-sec-3 .newform .form-check-label
{
  margin-left: 10px;  
}
#services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:20%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
}


@media only screen and (min-width: 768px) {
#services-main-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#services-main-sec-3{
   background-color: #f7f7f7;
   padding: 20px 0px;
    }
#services-main-sec-3 .main {
    display: flex;
    flex-direction: row;
        }
#services-main-sec-3 .one { order: 2;margin: 20px 0px;padding-left: 0px;padding-right: 0px;  }
#services-main-sec-3 .two { order: 1;margin: 20px 0px;padding: 0px; }
#services-main-sec-3 .three {display: none;}
/* Accordion styles */
#services-main-sec-3 .tabs {
  overflow: hidden;
}

#services-main-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#services-main-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #services-main-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#services-main-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  float:right;
}
#services-main-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#services-main-sec-3 input:checked + .tab-label {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label a {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          float:right;
}
#services-main-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #services-main-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#services-main-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #services-main-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
text-transform:capitalize;
    }
    #services-main-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
        #services-main-sec-3 .tab-content .active{
        color: #000758;
    }
#services-main-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #services-main-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
      background-color:#1b74b9 ;
      color: white;
    }
    #services-main-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    margin-top: 0px;
    text-align: left;
    color: #1b74b9;
    }
    #services-main-sec-3 p{text-align: justify;
        font-size: 16px;
        text-align:justify;
        font-family: "Californian FB",serif;
    }
    #services-main-sec-3 .article{
        background-color: white;
        padding: 20px;
    }
       #services-main-sec-3 .headings{
        font-size: 20px;
         color: #1b74b9;
           font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
    }
         #services-main-sec-3 .container {
      position: relative;
    width: 100%;
    padding: 0px;
    cursor: pointer;
}
    #services-main-sec-3 .name{
        width:100%;
        display: block;
        font-size: 20px;
        font-family: "Californian FB",serif; 
    }
        #services-main-sec-3 .post{
        width:100%;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    }

  #services-main-sec-3 .image {
  display: block;
  width: 100%;
}

  #services-main-sec-3 .overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:1;
  color: white;
  width: 100%;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

  #services-main-sec-3 .container:hover .overlay {
  opacity: 1;
  padding-top: 15px;
}
        #globalboard  .modal-header{
        display: block;
        background-color: #25313b;
    }
    #globalboard .imgm{
        width: 40%;
        margin: 10px auto;
        display: block;
        border-radius: 50%;
    } 
      #globalboard .name1{
        width:100%;
        display: block;
        font-size: 25px;
        text-align: center;
        font-family: "Californian FB",serif; 
    }
      #globalboard .post1{
        width:100%;
        display: block;
        font-size: 14px;
        text-align: center;  
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    } 
    #globalboard .para{
        font-size: 16px;
        text-align: justify;
    }
    #globalboard button:focus{
        outline: none;
    }
     #services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:100%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .article li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif; 
} 
#services-main-sec-3 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#services-main-sec-3 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#services-main-sec-3 .newform select option:active{
border: none;  
    }


#services-main-sec-3 .newform .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#services-main-sec-3 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#services-main-sec-3 .newform input[type=text],
#services-main-sec-3 .newform input[type=email],
#services-main-sec-3 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
    position: relative;
  opacity: 1;
  z-index: 1;
}
#services-main-sec-3 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#services-main-sec-3 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#services-main-sec-3 .newform .form-check-label
{
  margin-left: 10px;  
}
#services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:20%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
}
@media only screen and (min-width: 992px) {
#services-main-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#services-main-sec-3{
   background-color: #f7f7f7;
   padding: 50px 0px;
    }
#services-main-sec-3 .main {
    display: flex;
    flex-direction: row;
        }
#services-main-sec-3 .one { order: 1;margin: 20px 0px;padding-left: 0px;padding-right: 10px; }
#services-main-sec-3 .two { order: 2;margin: 20px 0px;padding-left: 0px;padding-right: 10px; }
#services-main-sec-3 .three { order: 3;margin: 20px 0px;padding-left: 0px;padding-right: 0px;display: block; }
/* Accordion styles */
#services-main-sec-3 .tabs {
  overflow: hidden;
}

#services-main-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#services-main-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #services-main-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#services-main-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  float:right;
}
#services-main-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#services-main-sec-3 input:checked + .tab-label {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label a {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          float:right;
}
#services-main-sec-3 input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
    #services-main-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#services-main-sec-3 .tab-content li{
    list-style: none;
    line-height:30px;
}
    #services-main-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 18px;  
text-decoration: none;
text-transform:capitalize;
    }
    #services-main-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
        #services-main-sec-3 .tab-content .active{
        color: #000758;
    }
#services-main-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #services-main-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
    }
    #services-main-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    margin-top: 0px;
    text-align: left;
    color: #1b74b9;
    }
    #services-main-sec-3 p{text-align: justify;
        font-size: 18px;
        text-align:justify;
        font-family: "Californian FB",serif;
    }
     #services-main-sec-3 .article{
        background-color: white;
        padding: 20px;
    }
    #services-main-sec-3 .article .title{
       font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
       font-weight: 300px;
       font-size: 25px;
    }
    #services-main-sec-3 .article .link{
       font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
       font-weight: 300px;
       color: #1b74b9;
       padding: 5px 0px;
       font-size: 12px;
    }
    #services-main-sec-3 .article .link i{
       padding-right: 5px;
    }
    #services-main-sec-3 .article a{
        text-decoration: none;
        color: inherit;
    }
       #services-main-sec-3 .headings{
        font-size: 20px;
         color: #1b74b9;
           font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
    }
         #services-main-sec-3 .container {
      position: relative;
    width: 100%;
    padding: 0px;
    cursor: pointer;
}
    #services-main-sec-3 .container:hover .post {
        display:block;
    }
    #services-main-sec-3 .name{
        width:100%;
        display: block;
        font-size: 16px;
        font-family: "Californian FB",serif; 
    }
        #services-main-sec-3 .post{
        width:100%;
        display: none;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    }

  #services-main-sec-3 .image {
  display: block;
  width: 100%;
}

  #services-main-sec-3 .overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:1;
  color: white;
  width: 100%;
  font-size: 20px;
  padding: 5px;
  text-align: center;
}

  #services-main-sec-3 .container:hover .overlay {
  opacity: 1;
  padding-top: 10px;
}
        #globalboard  .modal-header{
        display: block;
        background-color: #25313b;
    }
    #globalboard .imgm{
        width: 30%;
        margin: 10px auto;
        display: block;
        border-radius: 50%;
    } 
      #globalboard .name1{
        width:100%;
        display: block;
        font-size: 25px;
        text-align: center;
        font-family: "Californian FB",serif; 
    }
      #globalboard .post1{
        width:100%;
        display: block;
        font-size: 14px;
        text-align: center;  
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    } 
    #globalboard .para{
        font-size: 16px;
        text-align: justify;
    }
    #globalboard button:focus{
        outline: none;
    }
     #services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:100%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .article li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif; 
}
#services-main-sec-3 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#services-main-sec-3 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#services-main-sec-3 .newform select option:active{
border: none;  
    }


#services-main-sec-3 .newform .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#services-main-sec-3 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#services-main-sec-3 .newform input[type=text],
#services-main-sec-3 .newform input[type=email],
#services-main-sec-3 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
    position: relative;
  opacity: 1;
  z-index: 1;
}
#services-main-sec-3 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#services-main-sec-3 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#services-main-sec-3 .newform .form-check-label
{
  margin-left: 10px;  
}
#services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:20%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
}


@media only screen and (min-width: 1200px) {
#services-main-sec-3 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#services-main-sec-3{
   background-color: #f7f7f7;
   padding: 20px 0px;
    }
#services-main-sec-3 .main {
    display: flex;
    flex-direction: row;
        }
#services-main-sec-3 .one { order: 1;margin: 20px 0px;padding-left: 0px;padding-right: 10px; }
#services-main-sec-3 .two { order: 2;margin: 20px 0px;padding-left: 0px;padding-right: 10px; }
#services-main-sec-3 .three { order: 3;margin: 20px 0px;padding-left: 0px;padding-right: 0px; }
/* Accordion styles */
#services-main-sec-3 .tabs {
  overflow: hidden;
}

#services-main-sec-3 .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
#services-main-sec-3 .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "Californian FB",serif;
    font-weight: 600px;
  font-size: 20px;
  font-weight: bold;
  color: #1b74b9;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
    #services-main-sec-3 .tab-label a{
   color: #1b74b9;
text-decoration: none;
    }
#services-main-sec-3 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  float:right;
}
#services-main-sec-3 .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1b74b9;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#services-main-sec-3 input:checked + .tab-label {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label a {
   color: #000758;
}
#services-main-sec-3 input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          float:right;
}
#services-main-sec-3 input:checked ~ .tab-content {
  max-height: 150vh;
  padding: 1em;
}
    #services-main-sec-3 .tab-content ul{
        padding-left: 10px;
    }
#services-main-sec-3 .tab-content li{
    list-style: none;
    line-height:40px;
    cursor: pointer;
}
    #services-main-sec-3 .tab-content a{
      font-family: "Californian FB",serif;
    font-weight: 900;
  font-size: 18px;  
text-decoration: none;
text-transform:capitalize;
    }
    #services-main-sec-3 .tab-content a:hover{
      color: #dc3545;   
    }
    #services-main-sec-3 .tab-content .active{
        color: #000758;
    }
#services-main-sec-3 img{
    width: 100%;
    display: block;
    margin: 20px auto; 
}
  #services-main-sec-3 h3{
      font-family: "Californian FB",serif;
      font-size: 25px;
      padding: 10px;
    }
    #services-main-sec-3 h1{
    font-family: "Californian FB",serif;
    font-size: 30px;
    font-weight: 300px;
    margin-top: 0px;
    text-align: left;
    color: #1b74b9;
    }
    #services-main-sec-3 p{text-align: justify;
        font-size: 18px;
        text-align:justify;
        font-family: "Californian FB",serif;
    }
    #services-main-sec-3 .article{
        background-color: white;
        padding: 20px;
    }
    #services-main-sec-3 .article .title{
       font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
       font-weight: 300px;
       font-size: 25px;
    }
    #services-main-sec-3 .article .link{
       font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
       font-weight: 300px;
       color: #1b74b9;
       padding: 5px 0px;
       font-size: 18px;
    }
     #services-main-sec-3 .tabcontent {
  display: none;
}
    #services-main-sec-3 .headings{
       font-size: 20px;
       color: #1b74b9;
       font-family: "Californian FB",serif; 
       display: block;
       width: 100%;
    }
    #services-main-sec-3 .article .link i{
       padding-right: 5px;
    }
    #services-main-sec-3 .article a{
        text-decoration: none;
        color: inherit;
    }
    
     #services-main-sec-3 .container {
      position: relative;
    width: 100%;
    padding: 0px;
    cursor: pointer;
  
}
 #services-main-sec-3 .container:hover .post{
     display:block;
 }
    #services-main-sec-3 .name{
        width:100%;
        display: block;
        font-size: 20px;
        font-family: "Californian FB",serif; 
    }
        #services-main-sec-3 .post{
        width:100%;
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    }

  #services-main-sec-3 .image {
  display: block;
  width: 100%;
}

  #services-main-sec-3 .overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:1;
  color: white;
  width: 100%;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

  #services-main-sec-3 .container:hover .overlay {
  opacity: 1;
  padding-top: 20px;
}
    #globalboard  .modal-header{
        display: block;
     background-color: #25313b;
    }
    #globalboard .imgm{
        width: 25%;
        margin: 10px auto;
        display: block;
        border-radius: 50%;
    } 

    
      #globalboard .name1{
        width:100%;
        display: block;
        font-size: 25px;
        text-align: center;
        font-family: "Californian FB",serif; 
    }
      #globalboard .post1{
        width:100%;
        display: block;
        font-size: 14px;
        text-align: center;  
        text-transform: uppercase;
        font-family: "Californian FB",serif; 
    } 
    #globalboard .para{
        font-size: 16px;
        text-align: justify;
    }
    #globalboard button:focus{
        outline: none;
    }
     #services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:50%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 250% 150%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
    
#services-main-sec-3 .article li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif; 
} 
#services-main-sec-3 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#services-main-sec-3 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#services-main-sec-3 .newform select option:active{
border: none;  
    }


#services-main-sec-3 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#services-main-sec-3 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#services-main-sec-3 .newform input[type=text],
#services-main-sec-3 .newform input[type=email],
#services-main-sec-3 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 60%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
    position: relative;
  opacity: 1;
  z-index: 1;
}
#services-main-sec-3 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#services-main-sec-3 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#services-main-sec-3 .newform .form-check-label
{
  margin-left: 10px;  
}
#services-main-sec-3 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:20%;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#services-main-sec-3 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#services-main-sec-3 .submit:focus{
        outline: none;
    }
#services-main-sec-3 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}    
}

/*SERVICES-MAIN-SEC-3 END*/

/*SERVICES_HOME*/
@media only screen and (max-width: 600px) {
#services-home{
    background-color: #f7f7f7;
}
    #services-home a{
        color: inherit;
        text-decoration: none;
    }
    #services-home .m{
        padding: 0px;
    }

#services-home .title{
    display: block;
    width: 100%;
    height: 40px;
    text-align: left;
    color: #1b74b9;
    font-size: 25px;
    margin: 5px 0px;
    font-family: "Californian FB",serif;
}
    #services-home .article:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.04);    
    }
#services-home p{text-align: justify;
    text-align: justify;
    height: 150px;
    font-family: "Californian FB",serif;
}
#services-home .article{
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px 0px;
}
#services-home .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#services-home img{
    width: 100%;
    }
}
@media only screen and (min-width: 600px) {
#services-home{
    background-color: #f7f7f7;
}
    #services-home a{
        color: inherit;
        text-decoration: none;
    }
#services-home .title{
    display: block;
    width: 100%;
    height: 70px;
    text-align: left;
    color: #1b74b9;
    font-size: 25px;
    margin: 5px 0px;
    font-family: "Californian FB",serif;
}
    #services-home .article:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.04);    
    }
#services-home p{text-align: justify;
    text-align: justify;
    height: 150px;
    font-family: "Californian FB",serif;
}
#services-home .article{
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px 0px;
}
#services-home .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#services-home img{
    width: 100%;
    }
}
@media only screen and (min-width: 768px) {
#services-home{
    background-color: #f7f7f7;
}
    #services-home a{
        color: inherit;
        text-decoration: none;
    }
#services-home .title{
    display: block;
    width: 100%;
    height: 70px;
    text-align: left;
    color: #1b74b9;
    font-size: 25px;
    margin: 5px 0px;
    font-family: "Californian FB",serif;
}
    #services-home .article:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.04);    
    }
#services-home p{text-align: justify;
    text-align: justify;
    height: 140px;
    font-family: "Californian FB",serif;
}
#services-home .article{
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px 0px;
}
#services-home .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#services-home img{
    width: 100%;
    }
}
@media only screen and (min-width: 992px) {
#services-home{
    background-color: #f7f7f7;
}
    #services-home a{
        color: inherit;
        text-decoration: none;
    }
#services-home .title{
    display: block;
    width: 100%;
    height: 70px;
    text-align: left;
    color: #1b74b9;
    font-size: 25px;
    margin: 5px 0px;
    font-family: "Californian FB",serif;
}
    #services-home .article:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.04);    
    }
#services-home p{text-align: justify;
    text-align: justify;
    height: 180px;
    font-family: "Californian FB",serif;
}
#services-home .article{
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
#services-home .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#services-home img{
    width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
#services-home{
    background-color: #f7f7f7;
}
    #services-home a{
        color: inherit;
        text-decoration: none;
    }
#services-home .title{
    display: block;
    width: 100%;
    height: 70px;
    text-align: left;
    color: #1b74b9;
    font-size: 25px;
    margin: 5px 0px;
    font-family: "Californian FB",serif;
}
    #services-home .article:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.04);    
    }
#services-home p{text-align: justify;
    text-align: justify;
    height: 140px;
    font-family: "Californian FB",serif;
}
#services-home .article{
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
#services-home .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
#services-home img{
    width: 100%;
    }
}
/*SERVICES_HOME END*/

/* SERVICES_MAIN-SEC-1*/
@media only screen and (max-width: 600px) {
#services-main-sec-1{
margin-top: 70px;
}
#services-main-sec-1 .container-fluid{
padding: 0px;
}
    #services-main-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #services-main-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #services-main-sec-1 .breadcrumb .active{
    color: black;
    }
#services-main-sec-1 h1{
        padding: 70px 0px;
        color: white;
        margin: 0px;
        font-family: "Californian FB",serif;
        font-size: 35px;
    }
    #services-main-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #services-main-sec-1 .main1{
    background: linear-gradient(to bottom, #1b242b82 0%, #002b56e3 100%);
    }
    #services-main-sec-1 nav{
    background-color: #f7f7f7;
    }
#services-main-sec-1 img{
width: 100%;
    }}
@media only screen and (min-width: 600px) {
#services-main-sec-1{
margin-top: 70px;
}
#services-main-sec-1 .container-fluid{
padding: 0px;
}
        #services-main-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #services-main-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #services-main-sec-1 .breadcrumb .active{
    color: black;
    }
 #services-main-sec-1 h1{
        padding: 100px 0px;
        color: white;
        margin: 0px;
        font-family: "Californian FB",serif;
        font-size: 40px;
    }
    #services-main-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #services-main-sec-1 .main1{
    background: linear-gradient(to bottom, #1b242b82 0%, #002b56e3 100%);
    }
    #services-main-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 15px;
    }
    #services-main-sec-1 nav{
    background-color: #f7f7f7;
    }
#services-main-sec-1 img{
width: 100%;
    }}
@media only screen and (min-width: 768px) {
#services-main-sec-1{
margin-top: 70px;
}
#services-main-sec-1 .container-fluid{
padding: 0px;
}
    #services-main-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #services-main-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #services-main-sec-1 .breadcrumb .active{
    color: black;
    }
    #services-main-sec-1 h1{
        padding: 100px 0px;
        color: white;
        font-family: "Californian FB",serif;
        font-size: 45px;
    }
    #services-main-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #services-main-sec-1 .main1{
    background: linear-gradient(to bottom, #1b242b82 0%, #002b56e3 100%);
    }
    #services-main-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 15px;
    }
    #services-main-sec-1 nav{
    background-color: #f7f7f7;
    }
#services-main-sec-1 img{
width: 100%;
    }}
@media only screen and (min-width: 992px) {
#services-main-sec-1{
margin-top: 100px;
}
#services-main-sec-1 .container-fluid{
padding: 0px;
}
    #services-main-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #services-main-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #services-main-sec-1 .breadcrumb .active{
    color: black;
    }
    #services-main-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 15px;
    }
    #services-main-sec-1 h1{
        padding: 150px 0px;
        color: white;
        font-family: "Californian FB",serif;
        font-size: 45px;
    }
    #services-main-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #services-main-sec-1 .main1{
    background: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
    }
    #services-main-sec-1 nav{
    background-color: #f7f7f7;
    }
#services-main-sec-1 img{
width: 100%;

    }}
@media only screen and (min-width: 1200px) {
#services-main-sec-1{
margin-top: 100px;
}
    #services-main-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7;
    }
    #services-main-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #services-main-sec-1 .breadcrumb .active{
    color: black;
    }
    #services-main-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 20px;
    }


    #services-main-sec-1 nav{
    background-color: #f7f7f7;
    }
    #services-main-sec-1 h1{
        padding: 150px 0px;
        color: white;
        font-family: "Californian FB",serif;
        font-size: 50px;
    }
    #services-main-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #services-main-sec-1 .main1{
    background: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
    }
#services-main-sec-1 .container-fluid{
padding: 0px;
}
#services-main-sec-1 img{
width: 100%;

    }}
/*SERVICES*/


/*SLIDER1*/
@media only screen and (max-width: 600px) {
#slider1 .carousel-item {
  height: 45vh;
  min-height: 100px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider1 .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, #1d1d1d69 0%, #00000040 20%);
}
    #slider1 .carousel-caption{
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translate(-20%, -50%);
   
}

    #slider1 .carousel-indicators li{
        width: 20px;
    }
    #slider1 .carousel-caption h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 32px;
    }
}
@media only screen and (min-width: 600px) {
#slider1 .carousel-item {
  height: 60vh;
  min-height: 100px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider1 .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
}
    #slider1 .carousel-caption{
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-20%, -50%);
   
}

    #slider1 .carousel-indicators li{
        width: 20px;
    }
    #slider1 .carousel-caption h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 35px;
    }
}
@media only screen and (min-width: 768px) {
#slider1 .carousel-item {
  height: 40vh;
  min-height: 100px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider1 .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
}
    #slider1 .carousel-caption{
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-20%, -50%);
   
}

    #slider1 .carousel-indicators li{
        width: 20px;
    }
    #slider1 .carousel-caption h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 38px;
    }
}
@media only screen and (min-width: 992px) {
#slider1 .carousel-item {
  height: 40vh;
  min-height: 100px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider1 .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
}
    #slider1 .carousel-caption{
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-20%, -50%);
   
}

    #slider1 .carousel-indicators li{
        width: 20px;
    }
    #slider1 .carousel-caption h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 38px;
    }
}
@media only screen and (min-width: 1200px) {
#slider1 .carousel-item {
  height: 50vh;
  min-height: 100px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    #slider1 .carousel-item::before{ 
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 0;
    left: -999em;
    background-image: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
}
    #slider1 .carousel-caption{
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-20%, -50%);
   
}

    #slider1 .carousel-indicators li{
        width: 20px;
    }
    #slider1 .carousel-caption h1{
    text-align: left;
    max-width: 530px;
    line-height: 1.16666em;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: "Californian FB",serif;
    font-size: 40px;
    }
}
#slider1 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
/*SLIDER1 END*/


/* ARTICLE-SEC-1*/
@media only screen and (max-width: 600px) {
#article-sec-1{
margin-top: 70px;
}
#article-sec-1 .container-fluid{
padding: 0px;
}
    #article-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #article-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #article-sec-1 .breadcrumb .active{
    color: black;
    }
#article-sec-1 h1{
        color: white;
        font-family: "Californian FB",serif;
        font-size: 35px;
    }
           #article-sec-1 .overlay{
    padding: 70px 0px;    
    }
         #article-sec-1 .articledate{
        color: white;
        font-family: "Californian FB",serif;
        font-size: 20px;
        display: block;
        width: 100%;
    }
    #article-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #article-sec-1 .main1{
    background: linear-gradient(to bottom, #1b242b82 0%, #002b56e3 100%);
    }
    #article-sec-1 nav{
    background-color: #f7f7f7;
    }
#article-sec-1 img{
width: 100%;
    }}
@media only screen and (min-width: 600px) {
#article-sec-1{
margin-top: 70px;
}
#article-sec-1 .container-fluid{
padding: 0px;
}
        #article-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #article-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #article-sec-1 .breadcrumb .active{
    color: black;
    }
 #article-sec-1 h1{
       
        color: white;
        font-family: "Californian FB",serif;
        font-size: 40px;
    }
           #article-sec-1 .overlay{
    padding: 100px 0px;    
    }
         #article-sec-1 .articledate{
        color: white;
        font-family: "Californian FB",serif;
        font-size: 20px;
        display: block;
        width: 100%;
    }
    #article-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #article-sec-1 .main1{
    background: linear-gradient(to bottom, #1b242b82 0%, #002b56e3 100%);
    }
    #article-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 15px;
    }
    #article-sec-1 nav{
    background-color: #f7f7f7;
    }
#article-sec-1 img{
width: 100%;
    }}
@media only screen and (min-width: 768px) {
#article-sec-1{
margin-top: 70px;
}
#article-sec-1 .container-fluid{
padding: 0px;
}
    #article-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #article-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #article-sec-1 .breadcrumb .active{
    color: black;
    }
    #article-sec-1 h1{
     
        color: white;
        font-family: "Californian FB",serif;
        font-size: 45px;
    }
           #article-sec-1 .overlay{
    padding: 100px 0px;    
    }
         #article-sec-1 .articledate{
        color: white;
        font-family: "Californian FB",serif;
        font-size: 20px;
        display: block;
        width: 100%;
    }
    #article-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #article-sec-1 .main1{
    background: linear-gradient(to bottom, #1b242b82 0%, #002b56e3 100%);
    }
    #article-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 15px;
    }
    #article-sec-1 nav{
    background-color: #f7f7f7;
    }
#article-sec-1 img{
width: 100%;
    }}
@media only screen and (min-width: 992px) {
#article-sec-1{
margin-top: 100px;
}
#article-sec-1 .container-fluid{
padding: 0px;
}
    #article-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7
    }
    #article-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #article-sec-1 .breadcrumb .active{
    color: black;
    }
    #article-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 15px;
    }
    #article-sec-1 h1{
      
        color: white;
        font-family: "Californian FB",serif;
        font-size: 40px;
    }
        #article-sec-1 .overlay{
    padding: 150px 0px;    
    }
         #article-sec-1 .articledate{
        color: white;
        font-family: "Californian FB",serif;
        font-size: 20px;
        display: block;
        width: 100%;
    }
    #article-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #article-sec-1 .main1{
    background: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
    }
    #article-sec-1 nav{
    background-color: #f7f7f7;
    }
#article-sec-1 img{
width: 100%;

    }}
@media only screen and (min-width: 1200px) {
#article-sec-1{
margin-top: 100px;
}
    #article-sec-1 .breadcrumb{
margin: 0px;
background-color: #f7f7f7;
    }
    #article-sec-1 .breadcrumb a{
    font-family: "Californian FB",serif;
    color: #1b74b9;
    font-size: 18px;
    }
    #article-sec-1 .breadcrumb .active{
    color: black;
    }
    #article-sec-1 .breadcrumb .breadcrumb-item:not(:first-child){
    padding-left: 20px;
    }


    #article-sec-1 nav{
    background-color: #f7f7f7;
    }
    #article-sec-1 h1{
        color: white;
        width: 80%;
        font-family: "Californian FB",serif;
        font-size: 50px;
    }
     #article-sec-1 .articledate{
        color: white;
        font-family: "Californian FB",serif;
        font-size: 20px;
        display: block;
        width: 100%;
    }
    #article-sec-1 .main{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    }
      #article-sec-1 .main1{
    background: linear-gradient(to bottom, #1d1d1d69 0%, #000000e3 100%);
    }
    #article-sec-1 .overlay{
    padding: 150px 0px;    
    }
#article-sec-1 .container-fluid{
padding: 0px;
}
#article-sec-1 img{
width: 100%;

    }}

/*ARTICLE-SEC-1*/


/*CONTACT*/
@media only screen and (max-width: 600px) {
#contact-sec-1 {
background-color:#f5f3f2; 
}
#contact-sec-1 .m{
padding: 0px;        
}
#contact-sec-1 .container-fluid{
padding: 50px 0px;  
}
    #contact-sec-1 a{
text-decoration: none;
color: inherit;
    }
#contact-sec-1 .main .title{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 22px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title2{
display: block;
width:100%;
font-size: 18px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main label{
display: block;
width: 100%;
font-size: 18px;
color:black;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#contact-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#contact-sec-1 .main select option:active{
border: none;  
    }


#contact-sec-1 .main .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#contact-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#contact-sec-1 .newform select option:active{
border: none;  
    }


#contact-sec-1 .newform .selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform input[type=text],
#contact-sec-1 .newform input[type=email],
#contact-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#contact-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 100%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#contact-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#contact-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#contact-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    margin-top:20px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .submit:focus{
        outline: none;
    }
#contact-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 26px;
    color: #1B74B9; 
    }
    #contact-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#contact-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#contact-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: black; 
    }
#contact-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: #dc3545; 
    }
#contact-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #contact-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #contact-sec-1 .contact hr{
    margin: 10px 0px;
    }
#contact-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
    margin-top:20px;
    width:100%;
    display: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #exampleModalCenter .modal-body{
     background-color:#f5f3f2; 
    }
    #exampleModalCenter p{text-align: justify;
    font-size: 20px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
     #exampleModalCenter h5{
    font-size: 25px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
    #exampleModalCenter input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
   #exampleModalCenter .form-check-label
{
  margin-left: 10px;  
  font-size: 20px;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
}
    #exampleModalCenter .ssbtn{
    font-weight: 400;
    font-size: 16px;
    color: #dc3545;
    border: 2px solid #dc3545;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
    margin-top:20px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #dc3545 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
   #exampleModalCenter .ssbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
   #exampleModalCenter .ssbtn:focus{
        outline: none;
    }
    #exampleModalCenter input[type=email]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 48px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        margin-top: 20px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
}

@media only screen and (min-width: 600px) {
#contact-sec-1 {
background-color:#f5f3f2; 
}
#contact-sec-1 .m{
padding: 0px;        
}
#contact-sec-1 .container-fluid{
padding: 50px 0px;  
}
    #contact-sec-1 a{
text-decoration: none;
color: inherit;
    }
#contact-sec-1 .main .title{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 22px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title2{
display: block;
width:60%;
font-size: 18px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main label{
display: block;
width: 100%;
font-size: 18px;
color:black;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#contact-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#contact-sec-1 .main select option:active{
border: none;  
    }


#contact-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#contact-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#contact-sec-1 .newform select option:active{
border: none;  
    }


#contact-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform input[type=text],
#contact-sec-1 .newform input[type=email],
#contact-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 60%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#contact-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#contact-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#contact-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#contact-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    margin-top:20px;
    width:20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .submit:focus{
        outline: none;
    }
#contact-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 26px;
    color: #1B74B9; 
    }
    #contact-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#contact-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#contact-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: black; 
    }
#contact-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: #dc3545; 
    }
#contact-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #contact-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #contact-sec-1 .contact hr{
    margin: 10px 0px;
    }
#contact-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
    margin-top:20px;
    width:50%;
    display: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #exampleModalCenter .modal-body{
     background-color:#f5f3f2; 
    }
    #exampleModalCenter p{text-align: justify;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
     #exampleModalCenter h5{
    font-size: 25px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
    #exampleModalCenter input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
   #exampleModalCenter .form-check-label
{
  margin-left: 10px;  
  font-size: 20px;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
}
    #exampleModalCenter .ssbtn{
    font-weight: 400;
    font-size: 16px;
    color: #dc3545;
    border: 2px solid #dc3545;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
    margin-top:20px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #dc3545 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
   #exampleModalCenter .ssbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
   #exampleModalCenter .ssbtn:focus{
        outline: none;
    }
    #exampleModalCenter input[type=email]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 48px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        margin-top: 20px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
}
@media only screen and (min-width: 768px) {
#contact-sec-1 {
background-color:#f5f3f2; 
}
#contact-sec-1 .m{
padding: 0px;        
}
#contact-sec-1 .container-fluid{
padding: 50px 0px;  
}
#contact-sec-1 .main .title{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 22px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title2{
display: block;
width:60%;
font-size: 18px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main label{
display: block;
width: 100%;
font-size: 18px;
color:black;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#contact-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#contact-sec-1 .main select option:active{
border: none;  
    }


#contact-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#contact-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#contact-sec-1 .newform select option:active{
border: none;  
    }


#contact-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform input[type=text],
#contact-sec-1 .newform input[type=email],
#contact-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 60%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#contact-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#contact-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#contact-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#contact-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    margin-top:20px;
    width:20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .submit:focus{
        outline: none;
    }
#contact-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 26px;
    color: #1B74B9; 
    }
    #contact-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#contact-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#contact-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: black; 
    }
#contact-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    color: #dc3545; 
    }
#contact-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #contact-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #contact-sec-1 .contact hr{
    margin: 10px 0px;
    }
#contact-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
    margin-top:20px;
    width:50%;
    display: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #exampleModalCenter .modal-body{
     background-color:#f5f3f2; 
    }
    #exampleModalCenter p{text-align: justify;
    font-size: 18px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
     #exampleModalCenter h5{
    font-size: 25px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
    #exampleModalCenter input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
   #exampleModalCenter .form-check-label
{
  margin-left: 10px;  
  font-size: 20px;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
}
    #exampleModalCenter .ssbtn{
    font-weight: 400;
    font-size: 16px;
    color: #dc3545;
    border: 2px solid #dc3545;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
    margin-top:20px;
    width:100%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #dc3545 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
   #exampleModalCenter .ssbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
   #exampleModalCenter .ssbtn:focus{
        outline: none;
    }
    #exampleModalCenter input[type=email]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 48px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        margin-top: 20px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
}

@media only screen and (min-width: 992px) {
#contact-sec-1 {
background-color:#f5f3f2; 
}
#contact-sec-1 .container-fluid{
padding: 50px 0px;  
}
#contact-sec-1 .main .title{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title2{
display: block;
width:60%;
font-size: 20px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#contact-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#contact-sec-1 .main select option:active{
border: none;  
    }


#contact-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#contact-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#contact-sec-1 .newform select option:active{
border: none;  
    }


#contact-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform input[type=text],
#contact-sec-1 .newform input[type=email],
#contact-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 60%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#contact-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#contact-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#contact-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#contact-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .submit:focus{
        outline: none;
    }
#contact-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #1B74B9; 
    }
    #contact-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#contact-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#contact-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding-top: 10px;
    color: black; 
    }
#contact-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #dc3545; 
    }
#contact-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #contact-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #contact-sec-1 .contact hr{
    margin: 10px 0px;
    }
#contact-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:100%;
    display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #exampleModalCenter .modal-body{
     background-color:#f5f3f2; 
    }
    #exampleModalCenter p{text-align: justify;
    font-size: 20px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
     #exampleModalCenter h5{
    font-size: 25px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
    #exampleModalCenter input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
   #exampleModalCenter .form-check-label
{
  margin-left: 10px;  
  font-size: 20px;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
}
    #exampleModalCenter .ssbtn{
    font-weight: 400;
    font-size: 16px;
    color: #dc3545;
    border: 2px solid #dc3545;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:60%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #dc3545 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
   #exampleModalCenter .ssbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
   #exampleModalCenter .ssbtn:focus{
        outline: none;
    }
    #exampleModalCenter input[type=email]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 48px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        margin-top: 20px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
}
@media only screen and (min-width: 1200px) {
#contact-sec-1 {
background-color:#f5f3f2; 
}
#contact-sec-1 .container-fluid{
padding: 50px 0px;  
}
#contact-sec-1 .main .title{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main .title2{
display: block;
width:60%;
font-size: 20px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
#contact-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#contact-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#contact-sec-1 .main select option:active{
border: none;  
    }


#contact-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#contact-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#contact-sec-1 .newform select option:active{
border: none;  
    }


#contact-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#contact-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#contact-sec-1 .newform input[type=text],
#contact-sec-1 .newform input[type=email],
#contact-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 60%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#contact-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#contact-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#contact-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#contact-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:20%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .submit:focus{
        outline: none;
    }
#contact-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #1B74B9; 
    }
    #contact-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#contact-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#contact-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: black; 
    }
#contact-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #dc3545; 
    }
#contact-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #contact-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #contact-sec-1 .contact hr{
    margin: 10px 0px;
    }
#contact-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:100%;
    display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#contact-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#contact-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #exampleModalCenter .modal-body{
     background-color:#f5f3f2; 
    }
    #exampleModalCenter p{text-align: justify;
    font-size: 20px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
     #exampleModalCenter h5{
    font-size: 25px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
    #exampleModalCenter input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
   #exampleModalCenter .form-check-label
{
  margin-left: 10px;  
  font-size: 20px;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
}
    #exampleModalCenter .ssbtn{
    font-weight: 400;
    font-size: 16px;
    color: #dc3545;
    border: 2px solid #dc3545;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:60%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #dc3545 50%, transparent 50%);
  background-size: 210% 110%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
   #exampleModalCenter .ssbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
   #exampleModalCenter .ssbtn:focus{
        outline: none;
    }
    #exampleModalCenter input[type=email]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 48px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        margin-top: 20px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
}

/*CONTACT*/
/*LOCATION*/
@media only screen and (min-width: 600px) {
#location-sec-1 {
background-color:#f5f3f2; 
}
#location-sec-1 .container-fluid{
padding: 50px 0px;  
    }
#location-sec-1 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    color: #1B74B9; 
    }
#location-sec-1 .main{
    margin: 20px 0px;        
    }
#location-sec-1 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: black; 
    }
#location-sec-1 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
}
@media only screen and (min-width: 768px) {
#location-sec-1 {
background-color:#f5f3f2; 
}
#location-sec-1 .container-fluid{
padding: 50px 0px;  
    }
#location-sec-1 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    color: #1B74B9; 
    }
#location-sec-1 .main{
    margin: 20px 0px;        
    }
#location-sec-1 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: black; 
    }
#location-sec-1 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
}
@media only screen and (min-width: 992px) {
#location-sec-1 {
background-color:#f5f3f2; 
}
#location-sec-1 .container-fluid{
padding: 50px 0px;  
    }
#location-sec-1 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    color: #1B74B9; 
    }
#location-sec-1 .main{
    margin: 20px 0px;        
    }
#location-sec-1 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: black; 
    }
#location-sec-1 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
}
@media only screen and (min-width: 1200px) {
#location-sec-1 {
background-color:#f5f3f2; 
}
#location-sec-1 .container-fluid{
padding: 50px 0px;  
    }
#location-sec-1 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    color: #1B74B9; 
    }
#location-sec-1 .main{
    margin: 20px 0px;        
    }
#location-sec-1 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: black; 
    }
#location-sec-1 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
}



@media only screen and (max-width: 600px) {
#location-sec-2 {
background-color:#f5f3f2; 
}
#location-sec-2 .container-fluid{
padding: 50px 0px;
padding-top: 0px;
    }

#location-sec-2 .rm{
margin: 20px 0px;  
    }
#location-sec-2 .cname{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 30px;
    color: #1B74B9; 
    }
#location-sec-2 i{
    color: #1B74B9; 
    }
#location-sec-2 hr {
  border-top: 1px dotted grey;
  margin-bottom: 80px;
}
#location-sec-2 .m1 {
  padding: 70px 20px;
background-color: #bae4ffb3;
}
#location-sec-2 .gmap {
    position: relative;
}
#location-sec-2 .gmap-cont{
    position: relative;
    border: 8px solid #fff;
    width: 100%;
    border-radius: 50%;
}
  #location-sec-2 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color:#1B74B9;
    border: 2px solid #1B74B9;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    margin-top:20px;
    padding: 10px;
    display: block;
    position: relative;
    width: 100%;
 
    }

  #location-sec-2 button:focus{
        outline: none;
    }
#location-sec-2 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    color: #1B74B9;
    }
#location-sec-2 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
#location-sec-2 .title2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: black; 
    }
    #location-sec-2 a{
    text-decoration: none;
    }
#location-sec-2 .title3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #dc3545; 
    }
#location-sec-2 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    color: black; 
    }
    #location-sec-2 tabcontentt{
        display: none;
    }
}



@media only screen and (min-width: 600px) {
#location-sec-2 {
background-color:#f5f3f2; 
}
#location-sec-2 .container-fluid{
padding: 50px 0px;
padding-top: 0px;
    }

#location-sec-2 .rm{
margin: 20px 0px;  
    }
#location-sec-2 .cname{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 30px;
    color: #1B74B9; 
    }
#location-sec-2 i{
    color: #1B74B9; 
    }
#location-sec-2 hr {
  border-top: 1px dotted grey;
  margin-bottom: 30px;
}
#location-sec-2 .m1 {
  padding: 70px 20px;
  background-color: #bae4ffb3;
}
#location-sec-2 .gmap {
    position: relative;
}
#location-sec-2 .gmap-cont{
    position: relative;
    border: 8px solid #fff;
    width: 50%;
    border-radius: 50%;
}
  #location-sec-2 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color:#1B74B9;
    border: 2px solid #1B74B9;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    margin-top:20px;
    padding: 10px;
     width: 80%;
    float:left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
 
    }

  #location-sec-2 button:focus{
        outline: none;
    }
#location-sec-2 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    color: #1B74B9;
    }
#location-sec-2 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
#location-sec-2 .title2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: black; 
    }
    #location-sec-2 a{
    text-decoration: none;
    }
#location-sec-2 .title3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #dc3545; 
    }
#location-sec-2 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    color: black; 
    }
    #location-sec-2 tabcontentt{
        display: none;
    }
}


@media only screen and (min-width: 768px) {
#location-sec-2 {
background-color:#f5f3f2; 
}
#location-sec-2 .container-fluid{
padding: 50px 0px;
padding-top: 0px;
    }

#location-sec-2 .cname{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 30px;
    color: #1B74B9; 
    }
#location-sec-2 i{
    color: #1B74B9; 
    }
#location-sec-2 hr {
  border-top: 1px dotted grey;
  margin-bottom: 30px;
}
#location-sec-2 .m1 {
  padding: 70px 20px;
  background-color: #bae4ffb3;
}
#location-sec-2 .gmap {
    position: relative;
}
#location-sec-2 .gmap-cont{
    position: relative;
    border: 8px solid #fff;
    width: 100%;
    border-radius: 50%;
}
  #location-sec-2 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color:#1B74B9;
    border: 2px solid #1B74B9;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    margin-top:20px;
    padding: 10px;
     width: 80%;
    float:left;
    margin: 5px 0px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  
    }

  #location-sec-2 button:focus{
        outline: none;
    }
#location-sec-2 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    color: #1B74B9;
    }
#location-sec-2 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
#location-sec-2 .title2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: black; 
    }
    #location-sec-2 a{
    text-decoration: none;
    }
#location-sec-2 .title3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #dc3545; 
    }
#location-sec-2 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    color: black; 
    }
    #location-sec-2 tabcontentt{
        display: none;
    }
}



@media only screen and (min-width: 992px) {
#location-sec-2 {
background-color:#f5f3f2; 
}
#location-sec-2 .container-fluid{
padding: 50px 0px;
padding-top: 0px;
    }

#location-sec-2 .cname{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 30px;
    color: #1B74B9; 
    }
#location-sec-2 i{
    color: #1B74B9; 
    }
#location-sec-2 hr {
  border-top: 1px dotted grey;
  margin-bottom: 30px;
}
#location-sec-2 .m1 {
  padding: 60px 20px;
  background-color: #bae4ffb3;
}
#location-sec-2 .gmap {
    position: relative;
}
#location-sec-2 .gmap-cont{
    position: relative;
    border: 8px solid #fff;
    width: auto;
    border-radius: 50%;
}
  #location-sec-2 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color:#1B74B9;
    border: 2px solid #1B74B9;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    margin-top:20px;
    padding: 10px;
     width: 40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
   
    }

  #location-sec-2 button:focus{
        outline: none;
    }
#location-sec-2 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    color: #1B74B9;
    }
#location-sec-2 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
#location-sec-2 .title2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: black; 
    }
    #location-sec-2 a{
    text-decoration: none;
    }
#location-sec-2 .title3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #dc3545; 
    }
#location-sec-2 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    color: black; 
    }
    #location-sec-2 tabcontentt{
        display: none;
    }
}



@media only screen and (min-width: 1200px) {
#location-sec-2 {
background-color:#f5f3f2; 
}
#location-sec-2 .container-fluid{
padding: 50px 0px;
padding-top: 0px;
    }

#location-sec-2 .cname{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 30px;
    color: #1B74B9; 
    }
#location-sec-2 i{
    color: #1B74B9; 
    }
#location-sec-2 hr {
  border-top: 1px dotted grey;
  margin-bottom: 30px;
}
#location-sec-2 .m1 {
  padding: 80px 20px;
  background-color: #bae4ffb3;
}
#location-sec-2 .gmap {
    position: relative;
}
#location-sec-2 .gmap-cont{
    position: relative;
    border: 8px solid #fff;
    width: auto;
    border-radius: 50%;
}
  #location-sec-2 button{
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color:#1B74B9;
    border: 2px solid #1B74B9;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    margin-top:20px;
    padding: 10px;
     width: 40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  
    }

  #location-sec-2 button:focus{
        outline: none;
    }
#location-sec-2 .title{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    color: #1B74B9;
    }
#location-sec-2 .title1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: black; 
    }
#location-sec-2 .title2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: black; 
    }
    #location-sec-2 a{
    text-decoration: none;
    }
#location-sec-2 .title3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #dc3545; 
    }
#location-sec-2 h3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    color: black; 
    }
    #location-sec-2 tabcontentt{
        display: none;
    }
}


@media only screen and (max-width: 600px) {
#location-sec-3 {
background-color:#f5f3f2; 
}
#location-sec-3 .container-fluid{
padding: 50px 0px;
    }
#location-sec-3 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-3 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
    #location-sec-3 a{
        text-decoration: none;
    }    

    
}

@media only screen and (min-width: 600px) {
#location-sec-3 {
background-color:#f5f3f2; 
}
#location-sec-3 .container-fluid{
padding: 50px 0px;
    }
#location-sec-3 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-3 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
    #location-sec-3 a{
        text-decoration: none;
    }    

    
}

@media only screen and (min-width: 768px) {
#location-sec-3 {
background-color:#f5f3f2; 
}
#location-sec-3 .container-fluid{
padding: 50px 0px;
    }
#location-sec-3 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-3 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
    #location-sec-3 a{
        text-decoration: none;
    }    

    
}

@media only screen and (min-width: 992px) {
#location-sec-3 {
background-color:#f5f3f2; 
}
#location-sec-3 .container-fluid{
padding: 50px 0px;
    }
#location-sec-3 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-3 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
    #location-sec-3 a{
        text-decoration: none;
    }    

    
}
@media only screen and (min-width: 1200px) {
#location-sec-3 {
background-color:#f5f3f2; 
}
#location-sec-3 .container-fluid{
padding: 50px 0px;
    }
#location-sec-3 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-3 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
    #location-sec-3 a{
        text-decoration: none;
    }    

    
}
  
    
@media only screen and (max-width: 600px) {
#country {
background-color:#f5f3f2; 
}
#country .container-fluid{
padding: 50px 0px;
    }   
#country iframe{
width: 100%;
height: 300px;
    }
#country .m{
background-color: white;
padding-top:20px;
padding-bottom: 20px;
height: 300px;
    }
#country .heading{
display: block;
width: 100%;
font-size: 22px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   
text-transform: uppercase;
letter-spacing: 3px;
    }
#country .title{
display: block;
width: 100%;
font-size: 20px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .address{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .email{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }   
#country i{
font-size: 20px; 
color: #1B74B9; 
margin-top: 20px;
    } }  
        
    
    
@media only screen and (min-width: 600px) {
#country {
background-color:#f5f3f2; 
}
#country .container-fluid{
padding: 50px 0px;
    }   
#country iframe{
width: 100%;
height: 300px;
margin-top: 20px;    
    }
#country .m{
background-color: white;
padding-top:20px;
padding-bottom: 20px;
height: 300px;
margin-top: 20px;
    }
#country .heading{
display: block;
width: 100%;
font-size: 22px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   
text-transform: uppercase;
letter-spacing: 3px;
    }
#country .title{
display: block;
width: 100%;
font-size: 20px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .address{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .email{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }   
#country i{
font-size: 20px; 
color: #1B74B9; 
margin-top: 20px;
    } }  
        
    
    
    
@media only screen and (min-width: 768px) {
#country {
background-color:#f5f3f2; 
}
#country .container-fluid{
padding: 50px 0px;
    }   
#country iframe{
width: 100%;
height: 300px;
margin-top: 20px;
    }
#country .m{
background-color: white;
padding-top:20px;
padding-bottom: 20px;
height: 300px;
margin-top: 20px;
    }
#country .heading{
display: block;
width: 100%;
font-size: 22px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   
text-transform: uppercase;
letter-spacing: 3px;
    }
#country .title{
display: block;
width: 100%;
font-size: 20px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .address{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .email{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }   
#country i{
font-size: 20px; 
color: #1B74B9; 
margin-top: 20px;
    } }  
        
    
    
@media only screen and (min-width: 992px) {
#country {
background-color:#f5f3f2; 
}
#country .container-fluid{
padding: 50px 0px;
    }   
#country iframe{
width: 100%;
height: 350px;
margin-top: 0px
    }
#country .m{
background-color: white;
padding-top:20px;
padding-bottom: 20px;
height: 350px;
margin-top: 0px;
    }
#country .heading{
display: block;
width: 100%;
font-size: 22px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   
text-transform: uppercase;
letter-spacing: 3px;
    }
#country .title{
display: block;
width: 100%;
font-size: 20px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .address{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .email{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }   
#country i{
font-size: 20px; 
color: #1B74B9; 
margin-top: 20px;
    } }  
    
    
@media only screen and (min-width: 1200px) {
#country {
background-color:#f5f3f2; 
}
#country .container-fluid{
padding: 50px 0px;
    }   
#country iframe{
width: 100%;
height: 300px;
    }
#country .m{
background-color: white;
padding-top:20px;
padding-bottom: 20px;
height: 300px;
    }
#country .heading{
display: block;
width: 100%;
font-size: 22px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   
text-transform: uppercase;
letter-spacing: 3px;
    }
#country .title{
display: block;
width: 100%;
font-size: 20px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .address{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;   

    }
#country .email{
display: block;
width: 100%;
font-size: 18px;
margin-top: 5px;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }   
#country i{
font-size: 20px; 
color: #1B74B9; 
margin-top: 20px;
    } }   
/*LOCATION END*/



/*NEWS*/
@media only screen and (max-width: 600px) {
#news-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #news-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 300px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #news-sec-1 .content-bottom{
    position: absolute;
    bottom: -60px;
    opacity: 1;
    background-color: white;
    padding: 20px;
    height: 150px;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #news-sec-1 .secmargin{
        margin:30px auto;
        text-decoration: none;
    }

    #news-sec-1 .image-box{
        padding: 0px;
    }
#news-sec-1 .image-box img {
  
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}


#news-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}


@media only screen and (min-width: 600px) {
#news-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #news-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 300px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #news-sec-1 .content-bottom{
    position: absolute;
    bottom: -60px;
    opacity: 1;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    height: 150px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #news-sec-1 .secmargin{
        margin:30px 0px;
        text-decoration: none;
    }

  
#news-sec-1 .image-box {

    padding: 0px;
}
#news-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}


#news-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}



@media only screen and (min-width: 768px) {
#news-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #news-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 250px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #news-sec-1 .content-bottom{
    position: absolute;
    bottom: -30px;
    opacity: 0;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #news-sec-1 .secmargin{
        margin:20px 0px;
        text-decoration: none;
    }
    #news-sec-1 .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #news-sec-1 .swiper-slide:hover .content{
    bottom: 90px;
    }
    #news-sec-1 .swiper-slide:hover{
        cursor: pointer;
    }
  
#news-sec-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 450px;
    padding: 0px;
}
#news-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#news-sec-1 .swiper-slide:hover img {
    transform: scale(1.1);
}

#news-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}



@media only screen and (min-width: 992px) {
#news-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #news-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 250px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #news-sec-1 .content-bottom{
    position: absolute;
    bottom: -30px;
    opacity: 0;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #news-sec-1 .secmargin{
        margin:20px 0px;
        text-decoration: none;
    }
    #news-sec-1 .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #news-sec-1 .swiper-slide:hover .content{
    bottom: 90px;
    }
    #news-sec-1 .swiper-slide:hover{
        cursor: pointer;
    }
  
#news-sec-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 500px;
    padding: 0px;
}
#news-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#news-sec-1 .swiper-slide:hover img {
    transform: scale(1.1);
}

#news-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}



@media only screen and (min-width: 1200px) {
#news-sec-1 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }

    #news-sec-1 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-1 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-1 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-1 .content{
    background-color: white;
    padding:20px;
    position: relative;
    height: 200px;
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }
    #news-sec-1 .content-bottom{
    position: absolute;
    bottom: -30px;
    opacity: 0;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    transition: opacity .3s linear;
    transition: height .3s ease;
    }
    #news-sec-1 .secmargin{
        margin:20px 0px;
        text-decoration: none;
    }
    #news-sec-1 .swiper-slide:hover .content-bottom{
    opacity: 1;
    height: 150px;
    }
    #news-sec-1 .swiper-slide:hover .content{
    bottom: 90px;
    }
    #news-sec-1 .swiper-slide:hover{
        cursor: pointer;
    }
  
#news-sec-1 .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 650px;
    padding: 0px;
}
#news-sec-1 .image-box img {
    max-width: 100%;
    transition: all .2s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

#news-sec-1 .swiper-slide:hover img {
    transform: scale(1.1);
}

#news-sec-1 h2{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: 0px;
}
}

/*NEWS END*/



/*CAREERS*/
@media only screen and (max-width: 600px) {
#careers-sec-1 {
background-color:#f5f3f2; 
}
#careers-sec-1 .container-fluid{
padding: 50px 0px;  
}
#careers-sec-1 .main .title{
display: block;
width: 100%;
font-size: 35px;
color: #1B74B9;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title2{
display: block;
width:60%;
font-size: 20px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#careers-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#careers-sec-1 .main select option:active{
border: none;  
    }


#careers-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#careers-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#careers-sec-1 .newform select option:active{
border: none;  
    }


#careers-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform input[type=text],
#careers-sec-1 .newform input[type=email],
#careers-sec-1 .newform input[type=number],
#careers-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#careers-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#careers-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#careers-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#careers-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .submit:focus{
        outline: none;
    }
#careers-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #1B74B9; 
    }
    #careers-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#careers-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#careers-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: black; 
    }
#careers-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #dc3545; 
    }
#careers-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #careers-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #careers-sec-1 .contact hr{
    margin: 10px 0px;
    }
#careers-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:100%;
    display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #careers-sec-1 h1{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 p{text-align: justify;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-align:justify;
    }
    #careers-sec-1 h3{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-align:justify;
    }
}
@media only screen and (min-width: 600px) {
#careers-sec-1 {
background-color:#f5f3f2; 
}
#careers-sec-1 .container-fluid{
padding: 50px 0px;  
}
#careers-sec-1 .main .title{
display: block;
width: 100%;
font-size: 35px;
color: #1B74B9;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title2{
display: block;
width:60%;
font-size: 20px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#careers-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#careers-sec-1 .main select option:active{
border: none;  
    }


#careers-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#careers-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#careers-sec-1 .newform select option:active{
border: none;  
    }


#careers-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform input[type=text],
#careers-sec-1 .newform input[type=email],
#careers-sec-1 .newform input[type=number],
#careers-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#careers-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#careers-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#careers-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#careers-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .submit:focus{
        outline: none;
    }
#careers-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #1B74B9; 
    }
    #careers-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#careers-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#careers-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: black; 
    }
#careers-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #dc3545; 
    }
#careers-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #careers-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #careers-sec-1 .contact hr{
    margin: 10px 0px;
    }
#careers-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:100%;
    display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #careers-sec-1 h1{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 p{text-align: justify;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
    #careers-sec-1 h3{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
    
}

@media only screen and (min-width: 768px) {
#careers-sec-1 {
background-color:#f5f3f2; 
}
#careers-sec-1 .container-fluid{
padding: 50px 0px;  
}
#careers-sec-1 .main .title{
display: block;
width: 100%;
font-size: 35px;
color: #1B74B9;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title2{
display: block;
width:60%;
font-size: 20px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#careers-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#careers-sec-1 .main select option:active{
border: none;  
    }


#careers-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#careers-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#careers-sec-1 .newform select option:active{
border: none;  
    }


#careers-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform input[type=text],
#careers-sec-1 .newform input[type=email],
#careers-sec-1 .newform input[type=number],
#careers-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#careers-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#careers-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#careers-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#careers-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .submit:focus{
        outline: none;
    }
#careers-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #1B74B9; 
    }
    #careers-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#careers-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#careers-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: black; 
    }
#careers-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #dc3545; 
    }
#careers-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #careers-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #careers-sec-1 .contact hr{
    margin: 10px 0px;
    }
#careers-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:100%;
    display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #careers-sec-1 h1{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 p{text-align: justify;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
    #careers-sec-1 h3{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
}

@media only screen and (min-width: 992px) {
#careers-sec-1 {
background-color:#f5f3f2; 
}
#careers-sec-1 .container-fluid{
padding: 50px 0px;  
}
#careers-sec-1 .main .title{
display: block;
width: 100%;
font-size: 35px;
color: #1B74B9;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title2{
display: block;
width:60%;
font-size: 20px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#careers-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#careers-sec-1 .main select option:active{
border: none;  
    }


#careers-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#careers-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#careers-sec-1 .newform select option:active{
border: none;  
    }


#careers-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform input[type=text],
#careers-sec-1 .newform input[type=email],
#careers-sec-1 .newform input[type=number],
#careers-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#careers-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#careers-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#careers-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#careers-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .submit:focus{
        outline: none;
    }
#careers-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #1B74B9; 
    }
    #careers-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#careers-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#careers-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: black; 
    }
#careers-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #dc3545; 
    }
#careers-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #careers-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #careers-sec-1 .contact hr{
    margin: 10px 0px;
    }
#careers-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:100%;
    display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #careers-sec-1 h1{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 p{text-align: justify;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
    #careers-sec-1 h3{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
    
}

@media only screen and (min-width: 1200px) {
#careers-sec-1 {
background-color:#f5f3f2; 
}
#careers-sec-1 .container-fluid{
padding: 50px 0px;  
}
#careers-sec-1 .main .title{
display: block;
width: 100%;
font-size: 35px;
color: #1B74B9;
font-weight: 500;
margin-bottom: 25px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title1{
display: block;
width: 100%;
font-size: 25px;
color:black;
font-weight: 500;
margin-top: 35px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main .title2{
display: block;
width:60%;
font-size: 20px;
color:black;
font-weight: 500;
margin-top: 5px;
margin-bottom: 20px;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main label{
display: block;
width: 100%;
font-size: 20px;
color:black;
font-family: "Californian FB",serif;
}
#careers-sec-1 .main sup{text-align: justify;
 color: red;
 font-size: 16px;
}
#careers-sec-1 .main select option{
font-size: 18px; 
color: black;
    }
#careers-sec-1 .main select option:active{
border: none;  
    }


#careers-sec-1 .main .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .main .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform sup{text-align: justify;
 color: black;
 font-size: 16px;
}
#careers-sec-1 .newform select option{
font-size: 18px; 
color: #1B74B9;
    }
#careers-sec-1 .newform select option:active{
border: none;  
    }


#careers-sec-1 .newform .selectWrapper {
    width: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") right 13px center no-repeat; 
}

#careers-sec-1 .newform .selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: 2px solid #1B74B9;
        box-shadow: none;
        background: transparent;
        color: #1B74B9;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }
#careers-sec-1 .newform input[type=text],
#careers-sec-1 .newform input[type=email],
#careers-sec-1 .newform input[type=number],
#careers-sec-1 .newform input[type=tel]
{
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        height: 45px;
        width: 100%;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;  
}
#careers-sec-1 .newform textarea {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        width: 60%;
        height: 150px;
        color: #1B74B9;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
    border: 2px solid #1B74B9;
    background-color: white;   
}
#careers-sec-1 .newform input[type=checkbox]
{
  height: 20px;
  width: 20px;
   }
#careers-sec-1 .newform .form-check-label
{
  margin-left: 10px;  
}
#careers-sec-1 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 11;
    margin-top:20px;
    width:40%;
    float: left;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .submit:focus{
        outline: none;
    }
#careers-sec-1 .contact .title{
     width: 100%;
     display: block;
    font-weight: 600;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #1B74B9; 
    }
    #careers-sec-1 .contact{
        background-color: white;
        padding: 15px;
        margin: 15px 0px;
    }
#careers-sec-1 .contact .link1{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #1B74B9; 
    }
#careers-sec-1 .contact .link2{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: black; 
    }
#careers-sec-1 .contact .link3{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #dc3545; 
    }
#careers-sec-1 .contact .subscribe{
     width: 100%;
     display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    color: black; 
    }
    #careers-sec-1 .contact .link3 i{
    font-size: 15px;
    }
    #careers-sec-1 .contact hr{
    margin: 10px 0px;
    }
#careers-sec-1 .contact .sbtn{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 11;
    margin-top:20px;
    width:100%;
    display: block;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
#careers-sec-1 .contact .sbtn:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
#careers-sec-1 .contact .sbtn:focus{
        outline: none;
    }
    #careers-sec-1 h1{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 p{text-align: justify;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
    #careers-sec-1 h3{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color:#1B74B9;
    }
    #careers-sec-1 li{
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align:justify;
    }
}


/*CAREERS END*/


@media only screen and (max-width: 600px) {
#news-sec-2 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }
    #news-sec-2 h2{
     font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2; 
    margin-bottom: 20px;
    }
    #news-sec-2 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-2 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-2 .main{
        background-color: white;
        padding: 20px;
    }
    #news-sec-2 img{
        width: 100%;
    }
    #news-sec-2 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-2 .content{
    background-color: white;
    padding-top: 20px;
    position: relative;
   
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }   
    #news-sec-2 .submit{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid #1B74B9;
    background-color:#1B74B9;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    width:100%;      
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }

 #news-sec-2 .submit:hover{
   text-decoration: none;  
 }
  #news-sec-2 .submit:focus{
        outline: none;
    } 
        #news-sec-2 .m{
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    
}
@media only screen and (min-width: 600px) {
#news-sec-2 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }
    #news-sec-2 h2{
     font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2; 
    margin-bottom: 20px;
    }
    #news-sec-2 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-2 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-2 .main{
        background-color: white;
        padding: 20px;
    }
    #news-sec-2 img{
        width: 100%;
    }
    #news-sec-2 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-2 .content{
    background-color: white;
    padding-top: 20px;
    position: relative;
   
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }   
      #news-sec-2 .submit{
    font-weight: 400;
    font-size: 16px;
    color: white;
    border: 2px solid #1B74B9;
    background-color:#1B74B9;
    padding: 10px 20px;
    display: block;
    margin-top: 10px;
    margin-bottom:10px;
    text-align: center;
    text-decoration: none;
    width:30%;     
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    }
 #news-sec-2 .submit:hover{
   text-decoration: none;  
 }
  #news-sec-2 .submit:focus{
        outline: none;
    } 
        #news-sec-2 .m{
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    
}
@media only screen and (min-width: 768px) {
#news-sec-2 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }
    #news-sec-2 h2{
     font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2; 
    margin-bottom: 20px;
    }
    #news-sec-2 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-2 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    height:120px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-2 .main{
        background-color: white;
        padding: 20px;
         height: 530px;
    }
    #news-sec-2 img{
        width: 100%;
    }
    #news-sec-2 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    height:250px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-2 .content{
    background-color: white;
    padding-top: 20px;
    position: relative;
   
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }   
      #news-sec-2 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:100%;
    float: right;      
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 250% 150%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
  #news-sec-2 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
  #news-sec-2 .submit:focus{
        outline: none;
    } 
        #news-sec-2 .m{
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    
}
@media only screen and (min-width: 992px) {
#news-sec-2 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }
    #news-sec-2 h2{
     font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2; 
    margin-bottom: 20px;
    }
    #news-sec-2 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-2 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    height:80px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-2 .main{
        background-color: white;
        padding: 20px;
         height: 400px;
    }
    #news-sec-2 img{
        width: 100%;
    }
    #news-sec-2 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    height:150px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-2 .content{
    background-color: white;
    padding-top: 20px;
    position: relative;
   
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }   
      #news-sec-2 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:30%;
    float: right;      
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 250% 150%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
  #news-sec-2 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
  #news-sec-2 .submit:focus{
        outline: none;
    } 
        #news-sec-2 .m{
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    
}

@media only screen and (min-width: 1200px) {
#news-sec-2 .container-fluid{
    padding: 100px 0px;
    background-color: #f5f3f2;
    }
    #news-sec-2 h2{
     font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2; 
    margin-bottom: 20px;
    }
    #news-sec-2 .category{
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: #005ca2;
    display: block;
    font-weight: 400;
    line-height: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    }
    #news-sec-2 .title{
    width: 100%;
    text-align: left;
    font-size: 24px;
    height:80px;
    font-family: "Californian FB",serif;
    font-weight: 300;
    font-style: normal;
    color: #005ca2;
    display: block;
    opacity: 1;
    }
    #news-sec-2 .main{
        background-color: white;
        padding: 20px;
         height: 400px;
    }
    #news-sec-2 img{
        width: 100%;
    }
    #news-sec-2 .text{
    width: 100%;
    text-align: left;
    font-size: 16px;
    height:140px;
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
    color: black;
    display: block;
    }
    #news-sec-2 .content{
    background-color: white;
    padding-top: 20px;
    position: relative;
   
    overflow: hidden;
    bottom: 0px; 
    transition: bottom .5s linear;
    }   
      #news-sec-2 .submit{
    font-weight: 400;
    font-size: 16px;
    color: #1B74B9;
    border: 2px solid #1B74B9;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    width:30%;
    float: right;      
    font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;
  background: linear-gradient(to left, #1B74B9 50%, transparent 50%);
  background-size: 250% 150%;
  background-position: left bottom;
  transition: all .3s ease-out;
    }
    #news-sec-2 .m{
        margin-top: 20px;
        margin-bottom: 20px;
    }    
  #news-sec-2 .submit:hover {
    background-position: right bottom;
    transition: all .3s ease-in;
    color: white;  
}
  #news-sec-2 .submit:focus{
        outline: none;
    }
}

@media only screen and (max-width: 600px) {
#location-sec-4 {
background-color:#f5f3f2; 
}
#location-sec-4 .container-fluid{
padding: 50px 0px;
    }
#location-sec-4 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-4 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
text-align:center;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
#location-sec-4 img{
    width:100%;
    height:200px;
    display:block;
    margin:20px auto;
    } 
#location-sec-4 .main{
    margin-top:20px;
    margin-bottom:20px;
}    
#location-sec-4 a{
        text-decoration: none;
    }
    
}

@media only screen and (min-width: 600px) {
#location-sec-4 {
background-color:#f5f3f2; 
}
#location-sec-4 .container-fluid{
padding: 50px 0px;
    }
#location-sec-4 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-4 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
text-align:center;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
#location-sec-4 img{
    width:100%;
    height:200px;
    display:block;
    margin:20px auto;
    } 
#location-sec-4 .main{
    margin-top:20px;
    margin-bottom:20px;
}    
#location-sec-4 a{
        text-decoration: none;
    }
    
}

@media only screen and (min-width: 768px) {
#location-sec-4 {
background-color:#f5f3f2; 
}
#location-sec-4 .container-fluid{
padding: 50px 0px;
    }
#location-sec-4 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-4 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
text-align:center;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
#location-sec-4 img{
    width:100%;
    height:200px;
    display:block;
    margin:20px auto;
    } 
#location-sec-4 .main{
    margin-top:20px;
    margin-bottom:20px;
}    
#location-sec-4 a{
        text-decoration: none;
    }
    
}

@media only screen and (min-width: 992px) {
#location-sec-4 {
background-color:#f5f3f2; 
}
#location-sec-4 .container-fluid{
padding: 50px 0px;
    }
#location-sec-4 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-4 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
text-align:center;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
#location-sec-4 img{
    width:80%;
    height:200px;
    display:block;
    margin:20px auto;
    } 
#location-sec-4 .main{
    margin-top:20px;
    margin-bottom:20px;
}    
#location-sec-4 a{
        text-decoration: none;
    }
    
}


@media only screen and (min-width: 1200px) {
#location-sec-4 {
background-color:#f5f3f2; 
}
#location-sec-4 .container-fluid{
padding: 50px 0px;
    }
#location-sec-4 .heading{
display: block;
width: 100%;
font-size: 35px;
color:black;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    } 
#location-sec-4 .country{
display: block;
width: 100%;
font-size: 22px;
margin-top: 5px;
margin-bottom: 5px;
text-align:center;
color: #1B74B9;
font-family: GT-Walsheim-Pro-Regular,Arial,Helvetica,sans-serif;    
    }
#location-sec-4 img{
    width:60%;
    height:200px;
    display:block;
    margin:20px auto;
    } 
#location-sec-4 .main{
    margin-top:20px;
    margin-bottom:20px;
}    
#location-sec-4 a{
        text-decoration: none;
    }
    
}



/*GLOBAL CONTENT*/
@media only screen and (max-width: 600px) {
#global-content1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -15px;
}
    #global-content1 img{
        width: 100%;
        margin: 0px auto;
        display: block;
    }
    #global-content1 .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content1 .map{text-align: justify;
        position:relative;
        padding:0px;
    }
    #global-content1 .map span{
        position:absolute;
        width:5px;
        height:5px;
        border-radius:50px;
        background-color:#0079c1;
        animation:highlight 2s linear infinite;
    }
    
    @keyframes highlight{
        100%{
            transform:scale(3);
            opacity:0;
        }
    }
    #global-content1 .map .marker1{
    top: 23%;
    left: 15%;
    }
    #global-content1 .map .pmarker1{
    position: absolute;
    top: 23%;
    left: 18%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker2{
    top: 37%;
    left: 17%;
    }
    #global-content1 .map .pmarker2{
    position: absolute;
    top: 34%;
    left: 20%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker3{
    top: 26%;
    left: 42%;
    }
    #global-content1 .map .pmarker3{
    position: absolute;
    top: 25%;
    left: 45%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker4{
    top: 33%;
    left: 48%;
    }
    #global-content1 .map .pmarker4{
    position: absolute;
    top: 31%;
    left: 51%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker5{
    top: 62%;
    left: 49%;
    }
    #global-content1 .map .pmarker5{
    position: absolute;
    top: 60%;
    left: 52%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker6{
    top: 45%;
    left: 57%;
    }
    #global-content1 .map .pmarker6{
    position: absolute;
    top: 42%;
    left: 38%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker7{
    top: 45%;
    left: 65%;
    }
    #global-content1 .map .pmarker7{
    position: absolute;
    top: 44%;
    left: 68%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker8{
    top: 52%;
    left: 71%;
    }
    #global-content1 .map .pmarker8{
    position: absolute;
    top: 50%;
    left: 74%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker9{
    top: 40%;
    left: 74%;
    }
    #global-content1 .map .pmarker9{
    position: absolute;
    top: 40%;
    left: 77%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1 .map .marker10{
    top: 71%;
    left: 77%;
    }
    #global-content1 .map .pmarker10{
    position: absolute;
    top: 70%;
    left: 79%;
    font-family: "Californian FB",serif;
    font-size: 11px;
    color: #0079c1;
    }
    #global-content1{
           background-color: #f5f3f2;
    }
}

@media only screen and (min-width: 600px) {
#global-content1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content1 img{
        width: 100%;
        margin: 0px auto;
        display: block;
    }
    #global-content1 .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content1 .map{text-align: justify;
        position:relative;
    }
    #global-content1 .map span{
        position:absolute;
        width:10px;
        height:10px;
        border-radius:50px;
        background-color:#0079c1;
        animation:highlight 2s linear infinite;
    }
    
    @keyframes highlight{
        100%{
            transform:scale(3);
            opacity:0;
        }
    }
    #global-content1 .map .marker1{
    top: 23%;
    left: 15%;
    }
    #global-content1 .map .pmarker1{
    position: absolute;
    top: 23%;
    left: 18%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker2{
    top: 37%;
    left: 17%;
    }
    #global-content1 .map .pmarker2{
    position: absolute;
    top: 34%;
    left: 20%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker3{
    top: 26%;
    left: 42%;
    }
    #global-content1 .map .pmarker3{
    position: absolute;
    top: 25%;
    left: 45%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker4{
    top: 33%;
    left: 48%;
    }
    #global-content1 .map .pmarker4{
    position: absolute;
    top: 31%;
    left: 51%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker5{
    top: 62%;
    left: 49%;
    }
    #global-content1 .map .pmarker5{
    position: absolute;
    top: 60%;
    left: 52%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker6{
    top: 45%;
    left: 57%;
    }
    #global-content1 .map .pmarker6{
    position: absolute;
    top: 42%;
    left: 45%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker7{
    top: 45%;
    left: 64%;
    }
    #global-content1 .map .pmarker7{
    position: absolute;
    top: 44%;
    left: 66%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker8{
    top: 52%;
    left: 71%;
    }
    #global-content1 .map .pmarker8{
    position: absolute;
    top: 50%;
    left: 74%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker9{
    top: 40%;
    left: 74%;
    }
    #global-content1 .map .pmarker9{
    position: absolute;
    top: 40%;
    left: 77%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker10{
    top: 71%;
    left: 77%;
    }
    #global-content1 .map .pmarker10{
    position: absolute;
    top: 70%;
    left: 79%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1{
           background-color: #f5f3f2;
    }
}

@media only screen and (min-width: 768px) {
#global-content1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content1 img{
        width: 100%;
        margin: 0px auto;
        display: block;
    }
    #global-content1 .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content1 .map{text-align: justify;
        position:relative;
    }
    #global-content1 .map span{
        position:absolute;
        width:10px;
        height:10px;
        border-radius:50px;
        background-color:#0079c1;
        animation:highlight 2s linear infinite;
    }
    
    @keyframes highlight{
        100%{
            transform:scale(3);
            opacity:0;
        }
    }
    #global-content1 .map .marker1{
    top: 23%;
    left: 15%;
    }
    #global-content1 .map .pmarker1{
    position: absolute;
    top: 23%;
    left: 18%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker2{
    top: 37%;
    left: 17%;
    }
    #global-content1 .map .pmarker2{
    position: absolute;
    top: 34%;
    left: 20%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker3{
    top: 26%;
    left: 42%;
    }
    #global-content1 .map .pmarker3{
    position: absolute;
    top: 25%;
    left: 45%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker4{
    top: 33%;
    left: 48%;
    }
    #global-content1 .map .pmarker4{
    position: absolute;
    top: 31%;
    left: 51%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker5{
    top: 62%;
    left: 49%;
    }
    #global-content1 .map .pmarker5{
    position: absolute;
    top: 60%;
    left: 52%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker6{
    top: 45%;
    left: 57%;
    }
    #global-content1 .map .pmarker6{
    position: absolute;
    top: 42%;
    left: 45%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker7{
    top: 45%;
    left: 64%;
    }
    #global-content1 .map .pmarker7{
    position: absolute;
    top: 44%;
    left: 66%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker8{
    top: 52%;
    left: 71%;
    }
    #global-content1 .map .pmarker8{
    position: absolute;
    top: 50%;
    left: 74%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker9{
    top: 40%;
    left: 74%;
    }
    #global-content1 .map .pmarker9{
    position: absolute;
    top: 40%;
    left: 77%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1 .map .marker10{
    top: 71%;
    left: 77%;
    }
    #global-content1 .map .pmarker10{
    position: absolute;
    top: 70%;
    left: 79%;
    font-family: "Californian FB",serif;
    font-size: 16px;
    color: #0079c1;
    }
    #global-content1{
           background-color: #f5f3f2;
    }
}
@media only screen and (min-width: 992px) {
#global-content1 h1{
    font-size: 45px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content1 img{
        width: 90%;
        margin: 0px auto;
        display: block;
    }
    #global-content1 .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content1 .map{text-align: justify;
        position:relative;
    }
    #global-content1 .map span{
        position:absolute;
        width:15px;
        height:15px;
        border-radius:50px;
        background-color:#0079c1;
        animation:highlight 2s linear infinite;
    }
    
    @keyframes highlight{
        100%{
            transform:scale(3);
            opacity:0;
        }
    }
    #global-content1 .map .marker1{
    top: 23%;
    left: 18%;
    }
    #global-content1 .map .pmarker1{
    position:absolute;    
    top: 23%;
    left: 21%;
    font-family: "Californian FB",serif;
    font-size:18px;
    color:#0079c1;
    }
    #global-content1 .map .marker2{
    top: 37%;
    left: 19%;
    }
    #global-content1 .map .pmarker2{
    position: absolute;
    top: 34%;
    left: 22%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker3{
    top: 26%;
    left: 43%;
    }
    #global-content1 .map .pmarker3{
    position: absolute;
    top: 26%;
    left: 46%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker4{
    top: 32%;
    left: 49%;
    }
    #global-content1 .map .pmarker4{
    position: absolute;
    top: 31%;
    left: 51%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker5{
    top: 60%;
    left: 49%;
    }
    #global-content1 .map .pmarker5{
    position: absolute;
    top: 60%;
    left: 52%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker6{
    top: 45%;
    left: 57%;
    }
    #global-content1 .map .pmarker6{
    position: absolute;
    top: 44%;
    left: 49%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker7{
    top: 45%;
    left: 64%;
    }
    #global-content1 .map .pmarker7{
    position: absolute;
    top: 44%;
    left: 66%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker8{
    top: 52%;
    left: 70%;
    }
    #global-content1 .map .pmarker8{
    position: absolute;
    top: 50%;
    left: 72%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker9{
    top: 40%;
    left: 73%;
    }
    #global-content1 .map .pmarker9{
    position: absolute;
    top: 40%;
    left: 75%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker10{
    top: 71%;
    left: 75%;
    }
    #global-content1 .map .pmarker10{
    position: absolute;
    top: 70%;
    left: 77%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1{
           background-color: #f5f3f2;
    }
}
@media only screen and (min-width: 1200px) {
#global-content1 h1{
    font-size: 50px;
    color:#0079c1;
    font-family: "Californian FB",serif;
    font-weight: 500;
    margin-left: -10px;
}
    #global-content1 img{
        width: 90%;
        margin: 0px auto;
        display: block;
    }
    #global-content1 .container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #global-content1 .map{text-align: justify;
        position:relative;
    }
    #global-content1 .map span{
        position:absolute;
        width:15px;
        height:15px;
        border-radius:50px;
        background-color:#0079c1;
        animation:highlight 2s linear infinite;
    }
    
    @keyframes highlight{
        100%{
            transform:scale(3);
            opacity:0;
        }
    }
    #global-content1 .map .marker1{
    top: 23%;
    left: 18%;
    }
    #global-content1 .map .pmarker1{
    position:absolute;    
    top: 23%;
    left: 21%;
    font-family: "Californian FB",serif;
    font-size:18px;
    color:#0079c1;
    }
    #global-content1 .map .marker2{
    top: 37%;
    left: 19%;
    }
    #global-content1 .map .pmarker2{
    position: absolute;
    top: 34%;
    left: 22%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker3{
    top: 26%;
    left: 43%;
    }
    #global-content1 .map .pmarker3{
    position: absolute;
    top: 26%;
    left: 46%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker4{
    top: 32%;
    left: 49%;
    }
    #global-content1 .map .pmarker4{
    position: absolute;
    top: 31%;
    left: 51%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker5{
    top: 60%;
    left: 49%;
    }
    #global-content1 .map .pmarker5{
    position: absolute;
    top: 60%;
    left: 52%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker6{
    top: 45%;
    left: 57%;
    }
    #global-content1 .map .pmarker6{
    position: absolute;
    top: 44%;
    left: 49%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker7{
    top: 45%;
    left: 64%;
    }
    #global-content1 .map .pmarker7{
    position: absolute;
    top: 44%;
    left: 66%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker8{
    top: 52%;
    left: 70%;
    }
    #global-content1 .map .pmarker8{
    position: absolute;
    top: 50%;
    left: 72%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker9{
    top: 40%;
    left: 73%;
    }
    #global-content1 .map .pmarker9{
    position: absolute;
    top: 40%;
    left: 75%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1 .map .marker10{
    top: 71%;
    left: 75%;
    }
    #global-content1 .map .pmarker10{
    position: absolute;
    top: 70%;
    left: 77%;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: #0079c1;
    }
    #global-content1{
           background-color: #f4f5f7;
    }
}
/*GLOBAL CONTENT END*/


/*PIRVACY-POLICY*/
@media only screen and (max-width: 600px) {
#privacy .container-fluid{
    padding-top:50px;
    padding-bottom:50px;
}
#privacy p{text-align: justify;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: black;
    text-align:justify;
} 
#privacy h1,h2,h3,h4,h5,h6{
    font-family: "Californian FB",serif;
    color: #0079c1;
} 
}
@media only screen and (min-width: 600px) {
#privacy .container-fluid{
    padding-top:50px;
    padding-bottom:50px;
}
#privacy p{text-align: justify;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: black;
    text-align:justify;
} 
#privacy h1,h2,h3,h4,h5,h6{
    font-family: "Californian FB",serif;
    color: #0079c1;
} 
}
@media only screen and (min-width: 768px) {
#privacy .container-fluid{
    padding-top:50px;
    padding-bottom:50px;
}
#privacy p{text-align: justify;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: black;
    text-align:justify;
} 
#privacy h1,h2,h3,h4,h5,h6{
    font-family: "Californian FB",serif;
    color: #0079c1;
} 
}
@media only screen and (min-width: 992px) {
#privacy .container-fluid{
    padding-top:50px;
    padding-bottom:50px;
}
#privacy p{text-align: justify;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: black;
    text-align:justify;
} 
#privacy h1,h2,h3,h4,h5,h6{
    font-family: "Californian FB",serif;
    color: #0079c1;
} 
}
@media only screen and (min-width: 1200px) {
#privacy .container-fluid{
    padding-top:50px;
    padding-bottom:50px;
}
#privacy p{text-align: justify;
    font-family: "Californian FB",serif;
    font-size: 18px;
    color: black;
    text-align:justify;
} 
#privacy h1,h2,h3,h4,h5,h6{
    font-family: "Californian FB",serif;
    color: #0079c1;
} 
}
/*PIRVACY-POLICY END*/

@media only screen and (max-width: 600px) {
#maininsight {
    display:flex;
}   
#maininsight .insightdiv1{
    order:2;
}
#maininsight .insightdiv2{
    order:1;
}
}

@media only screen and (min-width: 600px) {
#maininsight {
    display:flex;
}   
#maininsight .insightdiv1{
    order:2;
}
#maininsight .insightdiv2{
    order:1;
}
}
@media only screen and (min-width: 768px) {
#maininsight {
    display:flex;
}   
#maininsight .insightdiv1{
    order:2;
}
#maininsight .insightdiv2{
    order:1;
}
}

@media only screen and (min-width: 992px) {
#maininsight {
    display:flex;
}   
#maininsight .insightdiv1{
    order:1;
}
#maininsight .insightdiv2{
    order:2;
}
}

@media only screen and (min-width: 1200px) {
#maininsight {
    display:flex;
}   
#maininsight .insightdiv1{
    order:1;
}
#maininsight .insightdiv2{
    order:2;
}
}