@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,200italic,200,400italic,600,600italic,700,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
*{margin:0;}
ul{padding:0;margin:0;}
li{list-style:none;}
a{border:0px;text-decoration:none;}
.clear{clear:both;}
a img {border:none;}
body{font-size:14px;font-family:'Open Sans', sans-serif;}
.left{float:left !important;}
.right{float:right !important;}
.top_line {
    background: #004189;
    color: #fff;
}
.any ul {
    position: relative;
    width: 100%;
    margin-right: 15px;
    float: left;
    margin-bottom: 0px;
}
.any ul li {
    float: left;
    position: relative;
    padding: 10px 15px 0 0;
    font-size: 12px;
}
.lang a{
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 14px !important;
}
.header-top {background:#dbdcdd;}
.header-top .col-lg-2{padding:0px;}
a:hover{
  color: #218dd5;
}
.nav_resp{display:none;}

.logo{
    text-align: center;
    background: #fff;
    /* width: 53%; */
    margin: -41px auto 0;
    z-index: 9;
}
.top_social h3{
    float: left;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    margin: 12px;
    margin-left: 50px;
}
.top_social ul{
    float: left;
}
.top_social ul li{
    float: left;
    margin: 3px;
    width: 35px;
    height: 35px;
    background: #858585;
    padding: 10px;
    border-radius: 50%;
}
.top_social ul li:first-child{
    padding: 10px 12px;
}
.top_social ul li a{
    color: #fff;
    font-size: 18px;
}
.top_social ul li a i{}
.top_social ul li:hover{background:#fff;}
.top_social ul li:hover > a{color: #004189;}


.top-menu-left{
    z-index: 1;
}
.top-menu-left ul{
    margin-top: 55px;
}
.top-menu-left ul li{
    float: left;
    width: 21%;
    text-align: center;
    margin: 0 50px 0 0;
    position: relative;
}
.top-menu-left ul li a{
     color: #fff;
     font-size: 18px;
     text-align: center;
     font-weight: bold;
     width: 100%;
     height: 100%;
}
.top-menu-left ul li:before{
    position: absolute;
    pointer-events: none;
    z-index: -1;
    content: '';
    bottom: -164%;
    left: 5%;
    height: 10px;
    width: 90%;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    opacity: .4;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    }
.top-menu-left ul li:hover:before{opacity: 1;-webkit-transform: translateY(10px);transform: translateY(10px);}
.top-menu-left ul li a:after{
     display: table;
     content: " ";
     width: 100px;
     height: 100px;
     background: rgb(7,173,239);
     background: -moz-radial-gradient(center, ellipse cover, rgb(7,173,239) 0%, rgb(0,65,137) 100%);
     background: -webkit-radial-gradient(center, ellipse cover, rgb(7,173,239) 0%,rgb(0,65,137) 100%);
     background: radial-gradient(ellipse at center, rgb(7,173,239) 0%,rgb(0,65,137) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07adef', endColorstr='#004189',GradientType=1 );
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     position: absolute;
     top: -36px;
     z-index: -99;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform, opacity;
     transition-property: transform, opacity;
     cursor: pointer;
     transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     }
.top-menu-left ul li a:hover:after, .top-menu-left ul .active a:after, .top-menu-right ul .active a:after{
    background: rgb(0, 65, 137);
    border: 5px solid #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}




.top-menu-right{
    z-index: 1;
}
.top-menu-right ul{margin-top: 55px;}
.top-menu-right ul li{
    float: right;
    width: 21%;
    text-align: center;
    margin: 0 0 0 50px;
    position: relative;
    }
.top-menu-right ul li a{
     color: #fff;
     font-size: 18px;
     text-align: center;
     font-weight: bold;
     }
.top-menu-right ul li:before {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    content: '';
    bottom: -164%;
    left: 5%;
    height: 10px;
    width: 90%;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    opacity: .4;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}


.top-menu-right ul li:hover:before{opacity: 1;-webkit-transform: translateY(10px);transform: translateY(10px);}


.top-menu-right ul li a:after{
     display: table;
     content: " ";
     width: 100px;
     height: 100px;
     background: rgb(7,173,239);
     background: -moz-radial-gradient(center, ellipse cover, rgb(7,173,239) 0%, rgb(0,65,137) 100%);
     background: -webkit-radial-gradient(center, ellipse cover, rgb(7,173,239) 0%,rgb(0,65,137) 100%);
     background: radial-gradient(ellipse at center, rgb(7,173,239) 0%,rgb(0,65,137) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07adef', endColorstr='#004189',GradientType=1 );
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     position: absolute;
     top: -36px;
     z-index: -99;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
     }
	 
	 
.top-menu-right ul li a:hover:after{
    background: rgb(0, 65, 137);
    border: 5px solid #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.border-radius{border-radius:50%;}
.header-pic img.big{display: block;}
.header-pic img.small{display: none;}

.content{
    margin-top: 30px;
}

.about{}
.about img{
    width: 100%;
}
.about h1{
    color: #d55500;
    font-weight: bold;
    margin-top: 10px;
}
.about p{
    font-size: 22px;
    padding-top: 15px;
}

.events{margin-top: 30px;background: url(../images/event_bg.jpg) no-repeat;background-size: cover;text-align: center;}
.events h1{
    color: #ffffff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.event img{
    border-radius: 50%;
    border: 10px solid #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 260px;
    height: 260px;
}
.event img:hover{border-radius: 0%;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.event h3{
    color: #fff;
    font-weight: 600;
}
.event .details{
    font-weight: 700;
    color: #004189;
}
.event{padding-bottom:15px;}



.services {text-align:center;background: url(../images/boy.png) no-repeat 0 104%;}
.services h1 {
    color: #d55500;
    font-weight: bold;
    margin: 40px;
}
.services h2 {
    color: #044e91;
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 40px;
}

.services img{
    /* width: 100%; */
}


.service_1{
    margin: 75px 0 195px;
}

.services_details{
    background: #575757;
    color: #fff;
    padding: 23px 10px;
    border-radius: 50%;
    border: 5px solid #d55500;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.services_details:hover{
    background: #d55500;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border: 5px solid #235e97;
}

footer {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,131313+100 */background: rgb(76,76,76); /* Old browsers */background: -moz-radial-gradient(center, ellipse cover,  rgb(76,76,76) 0%, rgb(19,19,19) 100%); /* FF3.6-15 */background: -webkit-radial-gradient(center, ellipse cover,  rgb(76,76,76) 0%,rgb(19,19,19) 100%); /* Chrome10-25,Safari5.1-6 */background: radial-gradient(ellipse at center,  rgb(76,76,76) 0%,rgb(19,19,19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.footer-widget .input-group{
    width: 100%;
    margin: 5px 0;
}
.footer-widget .input-group .form-control{width: 49%;font-size: 12px;margin: 0 1px;padding: 6px 6px;border-radius: 4px;}
.footer-widget .input-group textarea{
    width: 99%;
    margin-bottom: 4px;
    border-radius: 4px;
    height: 100px;
    overflow: auto;
    padding: 5px;
}
.footersocial{float: left;width: 100%;margin: 5px 0;}
.footer-widget ul{margin-left:15px;}
.footer-widget ul li{color:#fff; list-style:circle;}
.footer-widget ul li a{color:#fff;font-size: 11px;}
.footerlang{float:left;padding-top: 5px;}
.footerlang a{font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;font-size: 14px;color: #fff;font-weight: bolder;}
.footer-widget h2{font-size: 22px;color:#fff;margin-bottom: 22px;font-weight: bold;}
.footersocial span{float: left;padding-right: 5px;font-size: 13px;padding-top: 9px;color: #fff;}
.footer-widget p{color:#fff;}
.footer-widget .border_dotted .icon{float: left;width: 10%;padding-top: 3px;}
.footersocial a{padding: 11px 0px;text-indent: -99999px;display: block;}
.facebook{background: url(../images/social.png) no-repeat 0px -1px;width: 40px;height: 40px;display: block;}
.twitter{background: url(../images/social.png) no-repeat -45px -1px;width: 40px;height: 40px;display: block;}
.google{background: url(../images/social.png) no-repeat -92px -1px;width: 40px;height: 40px;display: block;}
.adress{float: left;width: 90%;}
.footer-widget img{padding-top: 11px;}
.copyright {padding: 10px 0 0px 20px;background: #004189;border-top: 1px dotted #272727;color: #fff;}
.footer-widget .border_dotted{color: #fff;border-bottom: 1px dotted #fff;float: left;width: 100%;padding: 5px 0;}
.footerlogo img{width: 20%;vertical-align: middle;padding-bottom: 5px;}
.footer-widget .border_dotted span{
    font-size: 11px;
}
.footersocial a{padding: 11px 0px;text-indent: -99999px;display: block;}
.facebook{background: url(../images/social.png) no-repeat 0px -1px;width: 40px;height: 40px;display: block;}
.twitter{background: url(../images/social.png) no-repeat -45px -1px;width: 40px;height: 40px;display: block;}
.youtube{background: url(../images/social.png) no-repeat -92px -1px;width: 40px;height: 40px;display: block;}
.instagram {background: url(../images/social.png) no-repeat -139px -1px;width: 40px;height: 40px;display: block;}
.facebook, .twitter, .youtube, .instagram {float: left;margin-left: 5px;}
.facebook:hover, .twitter:hover, .youtube:hover{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
    transform:scale(.95);
    border: 2px solid #fff;
    border-radius:50%;
}
::selection {
    color: white;
    background: rgb(2, 102, 172);
}

.logo .big{}
.logo .small{display:none;}

/* blue style */
header .main_header_figure {
    position: absolute;
    min-height: 182px;
    padding-bottom: 26.1%;
    left: 0;
    top: 0;
    z-index: 9;
    width: 47.6%;
    overflow: hidden;
}

header .main_header_figure:before {
    content: '';
    position: absolute;
    left: -29%;
    top: 0;
    width: 129%;
    height: 100%;
    border-radius: 0 0 0 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a2a6a8+0,d6d6d6+50,a2a6a8+100 */
    background: rgb(162,166,168); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(162,166,168) 0%, rgb(214,214,214) 50%, rgb(162,166,168) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a6a8', endColorstr='#a2a6a8',GradientType=0 ); /* IE6-9 */
}
.camera_wrapper {
    right: 0;
    width: 54.31%;
    position: absolute;
    top: 130px;
    overflow: hidden;
}
.camera_wrapper img{border-radius: 0 0% 100% 0;}
.header-pic {
    margin-top: 18px;
}
.header-pic img {
    position: relative;
    z-index: 15;
}

header .nav {
    float: right;
    margin-right: 2%;
    margin-top: 3%;
}
header .nav ul{display: inline-block;}


header .nav ul > li {
    position: relative;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    font-family:'Titillium Web', serif;
    font-weight:600;
}
header .nav ul li a{color: #000;}
header .nav ul li.active a, header .nav ul li:hover > a {color: #0669a6 !important;}
header .nav ul > li + li {margin-left: 48px;}
.bluesocial{float:right;width: 45%;margin-top: 9px;}
.bluesocial .footersocial a{padding: 11px 0px;text-indent: -99999px;display: block;}
.bluesocial .facebook{background: url(../images/social_1.png) no-repeat 0px -1px;width: 40px;height: 40px;display: block;}
.bluesocial .twitter{background: url(../images/social_1.png) no-repeat -45px -1px;width: 40px;height: 40px;display: block;}
.bluesocial .youtube{background: url(../images/social_1.png) no-repeat -92px -1px;width: 40px;height: 40px;display: block;}
.bluesocial a{padding: 11px 0px;text-indent: -99999px;display: block;}
.bluesocial .facebook:hover, .bluesocial .twitter:hover, .bluesocial .youtube:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    transform: scale(1);
    border: 0px;
    border-radius: 0%;
}
.bluesocial .language{
    float: left;
    margin-left: 5px;
}
.bluesocial .language a{
    text-indent: 1px;
    background: #33ade0;
    color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
}

.main{
    margin-top: 120px;
    font-family: 'Titillium Web', serif;
}
.main .data{}

.main .data h1{
    color: #e35b01;
    font-weight: 300;
    font-size: 48px;
}
.main .data p{
    float: left;
    font-size: 24px;
    margin: 20px 0;
}
.main .data img{
    float: left;
    border-radius: 50%;
    border: 10px solid #33ade0;
    width: 80%;
    vertical-align: top;
    margin-top: 40px;
}

.circle{
    width: 100% !important;
    position: relative;
    height: 100%;
    background: url(../images/circle_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 30px;
    overflow: hidden;
}
.circle .row{position:relative;}
.white_circle{position:relative;}
.white_circle{
    position: absolute;
    left: -1%;
    top: -370px;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background:#fff;
    z-index: 0;
}

.services_circle{
    text-align: center;
    position: relative;
}
.services_circle h1{
    color: #33ade0;
    margin-bottom: 40px;
}

.rounded {
    border-radius: 50%;
}
.img-heading {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: relative;
    text-align: center;
    display: inline-block;
    background: #FFF;
    margin-top: -75px;
    z-index: 0;
}
.img-heading:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 25px;
    z-index: -1;
    left: 25px;
    bottom: 25px;
    right: 25px;
    margin: 0 auto;
    border-top: 1px solid #3497DB;
    border-left: 1px solid #3497DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-heading h6 {
    padding-top: 75px;
    color: #5c5c5c;
}
h6 + .link-sm {
    margin-top: 15px;
}
.link-primary {
    color: #3497DB;
}
.link-sm {
    font-size: 20px;
    line-height: 24px;
}
.blue_event{position:relative;margin-top: 2%;}
.top_decor {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    border-radius: 26px 26px;
    text-align: center;
}
.top_decor:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 1px;
  right: 1px;
  background: #fff;
  height: 23px;
  border-radius: 50px 50px 0 0;
}
.top_decor:before {
  border-top: 36px solid #3497DB;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-radius: 25px 25px;
}
.top_decor h1{color: #3497db;margin-bottom: 25px;}
.top_decor .event-name{
    margin-top: 30%;
}
.top_decor .rounded{
    margin-bottom: 30px;
    width: 85%;
}
.top_decor p{
    margin-top: 15%;
    text-align: justify;
    font-size: 18px;
}
/* end blue style */

.fullwidthbanner{width:100%; overflow:hidden;}
.fullwidthbanner img{width:100%;}
.offset-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.contact-section{margin-bottom: 30px;}
.we h1 {
    margin-top: 0px;
    overflow: hidden;
}
.we h1:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    height: 0.75em;
    margin: 0 -200% 0 0;
    background: url('../images/bg-heading.png');
}
.contact-section p{
    font-weight: 100;
}
#contact-form h2{
    font-weight: 300;
    color: #337ab7;
}
#contact-form input[type="text"], .comment-form input[type="text"], #contact-form textarea, .comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
}
.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    min-width: 20px;
}
.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 5px;
}
.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}
.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 0;
    color: #222222;
}
.contact-info h2{
    font-size: 24px;
    margin-top: 24px;
}
.contact-section ul.information-list li a {
    font-size: 14px;
    color: #F47A21 !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #222222;
}
.contact-info h3{
    font-size: 23px;
    margin-bottom: 20px;
}
#myCarousel{
    overflow: hidden;
    margin-bottom: 30px;
}
#myCarousel img{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin-left: 10px;
    border: 5px solid #337ab7;
}
#myCarousel .carousel-control.right, #myCarousel .carousel-control.left{
    background: rgba(0, 0, 0, 0.03);
}

.news_section h6 {
    color: #960C00;
    text-transform: uppercase;
    margin: -10px 0 0px;
    font: normal 20px/25px Open Sans;
    }
.news_section p {
    margin: 0px 0 10px;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    padding-top: 5px;
    }


/* Note: Design for a width of 1366px */
@media screen and (max-width:1367px) {
.fullwidthbanner-container {max-height: 400px !important;}
.header-pic img{width: 30%;margin-left: 7%;}
.tp-simpleresponsive img{width: 100% !important;/* height: 211px; */}
}

/* Note: Design for a width of 1024px */
@media screen and (max-width:1199px) {
.top-menu-left ul li a:after {
    width: 100px;
    height: 100px;
    top: -36px;
}.bluesocial {width: 38%;}
header .nav {margin-top: 5%;}
header .nav ul > li {font-size: 14px;line-height: 1.2;text-align: center;}
.any ul li {padding: 10px 6px 0 0;font-size: 10px;}
.top_social ul{float: left;}
.top_social ul li{float: left;margin: 3px;width: 35px;height: 35px;background: #858585;padding: 10px;border-radius: 50%;}
.top_social ul li:first-child{padding: 10px 12px;}
.top_social ul li a{color: #fff;font-size: 18px;}
.fullwidthbanner-container {max-height: 300px !important;}
.logo{margin: -80px -13px 0px;padding: 40px 146px 0px 0;}
.logo img{}
.main{margin-top: 50px;}
.main .data{}
.main .data h1{font-size: 32px;}
.top-menu-left ul li {margin: 0 35px 0 0;padding-top: 2px;}
.top-menu-right ul li {
    margin: 0 0 0 35px;
}
.top-menu-left ul li a{
     font-size: 16px;
     padding-left: 14px;
}
.top-menu-left ul li:before {bottom: -177%;left: 11%;}
.top-menu-right ul li a{
     font-size: 16px;
     padding-left: 14px;
}
.top-menu-right ul li:before {bottom: -177%;left: 11%;}
.top_social h3 {
    font-size: 12px;
    margin: 12px;
    margin-left: 0px;
}    
.col-lg-2 {width: 16.66666667%;float: left;}
.col-lg-3 {width: 25%;float: left;}
.col-lg-4{width: 33.33333333%;float: left;}
.col-lg-5 {width: 41.66666667%;float: left;padding-left: 0px;padding-right: 0px;}
.col-lg-6{float: left;}
.col-lg-8{width: 66.66666667%;float: left;}
.col-lg-9{width: 75%;float: left;padding-left: 0px;padding-right: 0px;}
.main .data p{font-size: 20px;}
.circle{
    width: 100% !important;
    position: relative;
    height: 100%;
    background: url(../images/circle_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 30px;
    overflow: hidden;
}
.circle .row{position:relative;}
.white_circle{position:relative;}
.white_circle{
    position: absolute;
    width: 990px;
}
.rounded{
    width: 100%;
}
.img-heading {
    height: 150px;
    width: 150px;
    margin-top: -75px;
}
.img-heading:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 25px;
    z-index: -1;
    left: 25px;
    bottom: 25px;
    right: 25px;
    margin: 0 auto;
    border-top: 1px solid #3497DB;
    border-left: 1px solid #3497DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-heading h6 {
    padding-top: 54px;
    font-size: 10px;
}
h6 + .link-sm {
    font-size: 15px;
}
.link-primary {
    color: #3497DB;
}
.link-sm {
    font-size: 20px;
    line-height: 24px;
}
.blue_event{position:relative;margin-top: 2%;}
.top_decor {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    border-radius: 26px 26px;
    text-align: center;
}
.top_decor:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 1px;
  right: 1px;
  background: #fff;
  height: 23px;
  border-radius: 50px 50px 0 0;
}
.top_decor:before {
  border-top: 36px solid #3497DB;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-radius: 25px 25px;
}
.top_decor h1{color: #3497db;margin-bottom: 25px;}
.top_decor .event-name{margin-top: 30%;}
.top_decor .rounded{margin-bottom: 30px;width: 85%;}
.top_decor p{margin-top: 19%;font-size: 14px;}

.fullwidthbanner{width:100%; overflow:hidden;}
.fullwidthbanner img{width:100%;}
.contact-section{margin-bottom: 30px;}
.we h1:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    height: 0.75em;
    margin: 0 -200% 0 0;
    background: url('../images/bg-heading.png');
}
.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    min-width: 20px;
}
.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 5px;
}
.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}
.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 0;
    color: #222222;
}
.contact-info h2{
    font-size: 24px;
    margin-top: 24px;
}
.contact-section ul.information-list li a {
    font-size: 14px;
    color: #F47A21 !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #222222;
}
.contact-info h3{
    font-size: 23px;
    margin-bottom: 20px;
}
#myCarousel{
    overflow: hidden;
    margin-bottom: 30px;
}
#myCarousel img{
    width: 190px;
    height: 190px;
}
#myCarousel .carousel-control.right, #myCarousel .carousel-control.left{
    background: rgba(0, 0, 0, 0.03);
}

.news_section h6 {
    color: #960C00;
    text-transform: uppercase;
    margin: -10px 0 0px;
    font: normal 20px/25px Open Sans;
    }
.news_section p {
    margin: 0px 0 10px;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    padding-top: 5px;
    }
.about p {
    font-size: 18px;
}
.services {
    background: url(../images/boy.png) no-repeat -190px 109%;
}
}





/* Note: Design for a width of 768px */
@media only screen and (min-width: 480px) and (max-width:995px) {
.header-pic img.big{display: none;}
.header-pic img.small{display: block;}
.header-pic img {
    width: 101%;
    margin-left: 0;
}
.bluesocial {width: 44%;}
header .nav {margin-top: 5%;width: 59%;margin-right: 0;}
header .nav ul > li {font-size: 14px;}
header .nav ul > li + li {
    margin-left: 23px;
}
.any ul li {padding: 10px 6px 0 15px;font-size: 12px;width: 100%;}
.top_social ul{float: left;margin-top: 15px;}
.top_social ul li{float: left;margin: 3px;width: 35px;height: 35px;background: #858585;padding: 10px;border-radius: 50%;}
.top_social ul li:first-child{padding: 10px 12px;}
.top_social ul li a{color: #fff;font-size: 18px;}
.fullwidthbanner-container {max-height: 300px !important;}
.logo{margin: 0px 0px 30px;padding: 0;width: 100%; */background: navajowhite;background: none;}
.logo img{width: 35%;}
.main{margin-top: 50px;}
.main .data{}
.main .data h1{font-size: 32px;}
.top-menu-left ul li {margin: 0 25px 0 0;padding-top: 0px;}
.top-menu-right ul li {
    margin: 0 0 0 25px;
}
.top-menu-left ul li a:after {
    width: 80px;
    height: 80px;
    top: -30px;
}
.top-menu-right ul li a:after {
    width: 80px;
    height: 80px;
    top: -30px;}
.top-menu-left ul li a{
     font-size: 13px;
     padding-left: 10px;
}
.top-menu-left ul li:before {bottom: -177%;left: 11%;}
.top-menu-right ul li a{
     font-size: 13px;
     padding-left: 11px;
}
.top-menu-right ul li:before {bottom: -177%;left: 11%;}
.top_social h3 {
    font-size: 10px;
    margin: 30px 0;
    margin-left: 0px;
}    
.col-lg-2 {width: 100%;float: left;}
.col-lg-3 {width: 25%;float: left;}
.col-lg-4{width: 33.33333333%;float: left;}
.top-menu-right, .top-menu-left {display: none;}
.nav_resp{display:block;width: 100%;}
.nav_resp select {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 15px;
}
.col-lg-6{float: left;/* width: 100%; */}
.col-lg-8{width: 66.66666667%;float: left;}
.col-lg-9{width: 75%;float: left;padding-left: 0px;padding-right: 0px;}
header .main_header_figure {
    display: none;
}
header .main_header_figure:before {
    content: '';
    position: absolute;
    left: -29%;
    top: 0;
    width: 129%;
    height: 100%;
    border-radius: 0 0 0 0;
    background: rgb(162,166,168);
    background: -moz-linear-gradient(top, rgb(162,166,168) 0%, rgb(214,214,214) 50%, rgb(162,166,168) 100%);
    background: -webkit-linear-gradient(top, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    background: linear-gradient(to bottom, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a6a8', endColorstr='#a2a6a8',GradientType=0 );
}
.header-pic{position: absolute;top: -5px;width: 40%;}
.camera_wrapper{
    width: 100%;
    float: right;
    top: 40px;
    position: relative;
}
.tp-simpleresponsive img {
    height: auto !important;
    border-radius: 0 0% 90% 0;
}
.main .data p{font-size: 20px;}
.circle{
    width: 100% !important;
    position: relative;
    height: 100%;
    background: url(../images/circle_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 30px;
    overflow: hidden;
}
.circle .row{position:relative;}
.white_circle{position:relative;}
.white_circle{
    position: absolute;
    width: 100%;
}
.rounded{
    width: 100%;
}
.img-heading {
    height: 150px;
    width: 150px;
    margin-top: -75px;
}
.img-heading:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 25px;
    z-index: -1;
    left: 25px;
    bottom: 25px;
    right: 25px;
    margin: 0 auto;
    border-top: 1px solid #3497DB;
    border-left: 1px solid #3497DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-heading h6 {
    padding-top: 54px;
    font-size: 10px;
}
h6 + .link-sm {
    font-size: 15px;
}
.link-primary {
    color: #3497DB;
}
.link-sm {
    font-size: 20px;
    line-height: 24px;
}
.blue_event{position:relative;margin-top: 2%;}
.top_decor {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    border-radius: 26px 26px;
    text-align: center;
}
.top_decor:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 1px;
  right: 1px;
  background: #fff;
  height: 23px;
  border-radius: 50px 50px 0 0;
}
.top_decor:before {
  border-top: 36px solid #3497DB;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-radius: 25px 25px;
}
.top_decor h1{color: #3497db;margin-bottom: 25px;}
.top_decor .event-name{margin-top: 30%;}
.top_decor .rounded{margin-bottom: 30px;width: 85%;}
.top_decor p{margin-top: 19%;font-size: 14px;}

.fullwidthbanner{width:100%; overflow:hidden;}
.fullwidthbanner img{width:100%;}
.contact-section{margin-bottom: 30px;}
.we h1:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    height: 0.75em;
    margin: 0 -200% 0 0;
    background: url('../images/bg-heading.png');
}
.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    min-width: 20px;
}
.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 5px;
}
.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}
.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 0;
    color: #222222;
}
.contact-info h2{
    font-size: 24px;
    margin-top: 24px;
}
.contact-section ul.information-list li a {
    font-size: 14px;
    color: #F47A21 !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #222222;
}
.contact-info h3{
    font-size: 23px;
    margin-bottom: 20px;
}
#myCarousel{
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}
#myCarousel img{
    width: 110px;
    height: 110px;
}
#myCarousel .carousel-control.right, #myCarousel .carousel-control.left{
    background: rgba(0, 0, 0, 0.03);
}

.news_section h6 {
    color: #960C00;
    text-transform: uppercase;
    margin: -10px 0 0px;
    font: normal 20px/25px Open Sans;
    }
.news_section p {
    margin: 0px 0 10px;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    padding-top: 5px;
    }
.about p {
    font-size: 18px;
}
.services {
    background: url(../images/boy.png) no-repeat -190px 109%;
}
.footer-widget .input-group .form-control {
    width: 100%;margin-bottom:2px}
}

/* Note: Design for a width of 480px */
@media screen and (max-width:480px) {
.header-pic img.big{display: none;}
.header-pic {
    position: absolute;
    top: -5px;
    width: 100%;
}
.header-pic img.small{display: block;}
.header-pic img {
    width: 90%;
    margin-left: 0;
}
.bluesocial {width: 85%;}
header .nav {margin-top: 5%;width: 100%;margin-right: 0;}
header .nav ul > li {font-size: 14px;}
header .nav ul > li + li {
    margin-left: 40px;
}
.any ul li {padding: 10px 6px 0 26px;font-size: 10px;width: 100%;}
.top_social ul{float: left;}
.top_social ul li{float: left;margin: 3px;width: 35px;height: 35px;background: #858585;padding: 10px;border-radius: 50%;}
.top_social ul li:first-child{padding: 10px 12px;}
.top_social ul li a{color: #fff;font-size: 18px;}
.fullwidthbanner-container {max-height: 300px !important;}
.logo{margin: -30px 0px 20px;padding: 40px 0px 0px 0;background: none;}
.logo .big{display:none;}
.logo .small{display:block;}
.logo img{
    width: 100%;
}
.main{margin-top: 50px;}
.main .data{}
.main .data h1{font-size: 32px;text-align: center;}
.top-menu-left ul li {margin: 0 35px 0 0;padding-top: 2px;}
.top-menu-right ul li {
    margin: 0 0 0 35px;
}
.top-menu-left ul li a{
     font-size: 16px;
     padding-left: 14px;
}
.top-menu-left ul li:before {bottom: -177%;left: 11%;}
.top-menu-right ul li a{
     font-size: 16px;
     padding-left: 14px;
}
.top-menu-right ul li:before {bottom: -177%;left: 11%;}
.top_social h3 {
    font-size: 12px;
    margin: 28px;
    margin-left: 110px;
}    
.col-lg-2 {width: 100%;float: left;}
.col-lg-3 {width: 100%;float: left;}
.col-lg-4{width: 100%;float: left;text-align: center;}
.top-menu-left {width: 50%;float: left;padding-left: 0px;padding-right: 0px;display: none;}
.col-lg-6{float: left;width: 100%;}
.col-lg-8{width: 100%;float: left;}
.col-lg-9{width: 100%;float: left;padding-left: 15px;padding-right: 15px;}
header .main_header_figure {
    display: none;
}
.main .data img {
    float: none;
    width: 70%;
    margin-top: 40px;
    margin: 0 auto;
}
header .main_header_figure:before {
    content: '';
    position: absolute;
    left: -29%;
    top: 0;
    width: 129%;
    height: 100%;
    border-radius: 0 0 0 0;
    background: rgb(162,166,168);
    background: -moz-linear-gradient(top, rgb(162,166,168) 0%, rgb(214,214,214) 50%, rgb(162,166,168) 100%);
    background: -webkit-linear-gradient(top, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    background: linear-gradient(to bottom, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a6a8', endColorstr='#a2a6a8',GradientType=0 );
}
.header-pic{position: absolute;top: 100px;}
.camera_wrapper{
    width: 100%;
    float: right;
    top: 100px;
    position: relative;
    margin: 115px 0 30px;
}
.tp-simpleresponsive img {
    height: auto !important;
    border-radius: 0 0% 0 0;
}
.main .data p{margin: 10px 0;font-size: 20px;}
.circle{
    background: none;
}
.circle .row{position:relative;}
.white_circle{position:relative;}
.white_circle{
    position: absolute;
    width: 100%;
}
.rounded{
    width: 100%;
}
.img-heading {
    height: 150px;
    width: 150px;
    margin-top: -75px;
}
.img-heading:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 25px;
    z-index: -1;
    left: 25px;
    bottom: 25px;
    right: 25px;
    margin: 0 auto;
    border-top: 1px solid #3497DB;
    border-left: 1px solid #3497DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-heading h6 {
    padding-top: 54px;
    font-size: 10px;
}
h6 + .link-sm {
    font-size: 15px;
}
.link-primary {
    color: #3497DB;
}
.link-sm {
    font-size: 20px;
    line-height: 24px;
}
.blue_event{position:relative;margin-top: 2%;}
.top_decor {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    border-radius: 26px 26px;
    text-align: center;
}
.top_decor:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 1px;
  right: 1px;
  background: #fff;
  height: 23px;
  border-radius: 50px 50px 0 0;
}
.top_decor:before {
  border-top: 36px solid #3497DB;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-radius: 25px 25px;
}
.top_decor h1{color: #3497db;margin-bottom: 25px;}
.top_decor .event-name{margin-top: 5%;}
.top_decor .rounded{margin-bottom: 30px;width: 85%;}
.top_decor p{margin-top: 0%;font-size: 14px;}

.fullwidthbanner{width:100%; overflow:hidden;}
.fullwidthbanner img{width:100%;}
.contact-section{margin-bottom: 30px;}
.we h1:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    height: 0.75em;
    margin: 0 -200% 0 0;
    background: url('../images/bg-heading.png');
}
.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    min-width: 20px;
}
.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 5px;
}
.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}
.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 0;
    color: #222222;
}
.contact-info h2{
    font-size: 24px;
    margin-top: 24px;
}
.contact-section ul.information-list li a {
    font-size: 14px;
    color: #F47A21 !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #222222;
}
.contact-info h3{
    font-size: 23px;
    margin-bottom: 20px;
}
#myCarousel{
    overflow: hidden;
    margin-bottom: 30px;
}
#myCarousel img{
    width: 250px;
    height: 250px;
    margin-left: 21%;
}
#myCarousel .carousel-control.right, #myCarousel .carousel-control.left{
    background: rgba(0, 0, 0, 0.03);
}

.news_section h6 {
    color: #960C00;
    text-transform: uppercase;
    margin: -10px 0 0px;
    font: normal 20px/25px Open Sans;
    }
.news_section p {
    margin: 0px 0 10px;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    padding-top: 5px;
    }
.about p {
    font-size: 18px;
}
.services {
    background: url(../images/boy.png) no-repeat -190px 109%;
}
.footer-widget .input-group .form-control {
    width: 100%;margin-bottom:2px}

}

/* Note: Design for a width of 480px */
@media screen and (max-width:480px) {
.header-pic img.big{display: none;}
.header-pic {
    position: absolute;
    top: -5px;
    width: 100%;
}
.header-pic img.small{display: block;}
.header-pic img {
    width: 90%;
    margin-left: 0;
}
.bluesocial {width: 85%;}
header .nav {margin-top: 5%;width: 100%;margin-right: 0;}
header .nav ul > li {font-size: 14px;}
header .nav ul > li + li {
    margin-left: 40px;
}
.any ul li {padding: 10px 6px 0 26px;font-size: 10px;width: 100%;}
.top_social ul{float: left;}
.top_social ul li{float: left;margin: 3px;width: 35px;height: 35px;background: #858585;padding: 10px;border-radius: 50%;}
.top_social ul li:first-child{padding: 10px 12px;}
.top_social ul li a{color: #fff;font-size: 18px;}
.fullwidthbanner-container {max-height: 300px !important;}
.logo{margin: -30px 0px 20px;padding: 40px 0px 0px 0;background: none;}
.logo .big{display:none;}
.logo .small{display:block;}
.logo img{
    width: 100%;
}
.main{margin-top: 50px;}
.main .data{}
.main .data h1{font-size: 32px;text-align: center;}
.top-menu-left ul li {margin: 0 35px 0 0;padding-top: 2px;}
.top-menu-right ul li {
    margin: 0 0 0 35px;
}
.top-menu-left ul li a{
     font-size: 16px;
     padding-left: 14px;
}
.top-menu-left ul li:before {bottom: -177%;left: 11%;}
.top-menu-right ul li a{
     font-size: 16px;
     padding-left: 14px;
}
.top-menu-right ul li:before {bottom: -177%;left: 11%;}
.top_social h3 {
    font-size: 12px;
    margin: 28px;
    margin-left: 110px;
}    
.col-lg-2 {width: 100%;float: left;}
.col-lg-3 {width: 100%;float: left;}
.col-lg-4{width: 100%;float: left;text-align: center;}
.top-menu-left {width: 50%;float: left;padding-left: 0px;padding-right: 0px;display: none;}
.col-lg-6{float: left;width: 100%;}
.col-lg-8{width: 100%;float: left;}
.col-lg-9{width: 100%;float: left;padding-left: 15px;padding-right: 15px;}
header .main_header_figure {
    display: none;
}
.main .data img {
    float: none;
    width: 70%;
    margin-top: 40px;
    margin: 0 auto;
}
header .main_header_figure:before {
    content: '';
    position: absolute;
    left: -29%;
    top: 0;
    width: 129%;
    height: 100%;
    border-radius: 0 0 0 0;
    background: rgb(162,166,168);
    background: -moz-linear-gradient(top, rgb(162,166,168) 0%, rgb(214,214,214) 50%, rgb(162,166,168) 100%);
    background: -webkit-linear-gradient(top, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    background: linear-gradient(to bottom, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a6a8', endColorstr='#a2a6a8',GradientType=0 );
}
.header-pic{position: absolute;top: 100px;}
.camera_wrapper{
    width: 100%;
    float: right;
    top: 100px;
    position: relative;
    margin: 115px 0 30px;
}
.tp-simpleresponsive img {
    height: auto !important;
    border-radius: 0 0% 0 0;
}
.main .data p{margin: 10px 0;font-size: 20px;}
.circle{
    background: none;
}
.circle .row{position:relative;}
.white_circle{position:relative;}
.white_circle{
    position: absolute;
    width: 100%;
}
.rounded{
    width: 100%;
}
.img-heading {
    height: 150px;
    width: 150px;
    margin-top: -75px;
}
.img-heading:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 25px;
    z-index: -1;
    left: 25px;
    bottom: 25px;
    right: 25px;
    margin: 0 auto;
    border-top: 1px solid #3497DB;
    border-left: 1px solid #3497DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-heading h6 {
    padding-top: 54px;
    font-size: 10px;
}
h6 + .link-sm {
    font-size: 15px;
}
.link-primary {
    color: #3497DB;
}
.link-sm {
    font-size: 20px;
    line-height: 24px;
}
.blue_event{position:relative;margin-top: 2%;}
.top_decor {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    border-radius: 26px 26px;
    text-align: center;
}
.top_decor:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 1px;
  right: 1px;
  background: #fff;
  height: 23px;
  border-radius: 50px 50px 0 0;
}
.top_decor:before {
  border-top: 36px solid #3497DB;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-radius: 25px 25px;
}
.top_decor h1{color: #3497db;margin-bottom: 25px;}
.top_decor .event-name{margin-top: 5%;}
.top_decor .rounded{margin-bottom: 30px;width: 85%;}
.top_decor p{margin-top: 0%;font-size: 14px;}

.fullwidthbanner{width:100%; overflow:hidden;}
.fullwidthbanner img{width:100%;}
.contact-section{margin-bottom: 30px;}
.we h1:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    height: 0.75em;
    margin: 0 -200% 0 0;
    background: url('../images/bg-heading.png');
}
.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    min-width: 20px;
}
.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 5px;
}
.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}
.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 0;
    color: #222222;
}
.contact-info h2{
    font-size: 24px;
    margin-top: 24px;
}
.contact-section ul.information-list li a {
    font-size: 14px;
    color: #F47A21 !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #222222;
}
.contact-info h3{
    font-size: 23px;
    margin-bottom: 20px;
}
#myCarousel{
    overflow: hidden;
    margin-bottom: 30px;
}
#myCarousel img{
    width: 250px;
    height: 250px;
    margin-left: 21%;
}
#myCarousel .carousel-control.right, #myCarousel .carousel-control.left{
    background: rgba(0, 0, 0, 0.03);
}

.news_section h6 {
    color: #960C00;
    text-transform: uppercase;
    margin: -10px 0 0px;
    font: normal 20px/25px Open Sans;
    }
.news_section p {
    margin: 0px 0 10px;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    padding-top: 5px;
    }
.about p {
    font-size: 18px;
}
.services {
    background: url(../images/boy.png) no-repeat -190px 109%;
}
.footer-widget .input-group .form-control {
    width: 100%;margin-bottom:2px}

}
/* Note: Design for a width of 320px */
@media screen and (max-width:420px) {
.header-pic img.big{display: none;}
.header-pic img.small{display: block;}
.header-pic img {
    width: 85%;
    margin-left: 0;
}
.bluesocial {width: 100%;}
header .nav {margin-top: 5%;width: 100%;margin-right: 0;float: left;}
header .nav ul > li {font-size: 11px;}
header .nav ul > li + li {
    margin-left: 16px;
}
.any ul li {padding: 10px 6px 4px 0;font-size: 10px;}
.top_social ul{float: left;}
.top_social ul li{float: left;margin: 3px;width: 35px;height: 35px;background: #858585;padding: 10px;border-radius: 50%;}
.top_social ul li:first-child{padding: 10px 12px;}
.top_social ul li a{color: #fff;font-size: 18px;}
.fullwidthbanner-container {max-height: 300px !important;}
.logo{}
.logo img{}
.main{margin-top: 50px;}
.main .data{}
.main .data h1{font-size: 32px;text-align: center;}
.top-menu-left {display:none;}
.top-menu-right{display:none;}
.nav_resp{display:block;}
.nav_resp select {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 15px;
}
.top_social h3 {
    font-size: 12px;
    margin: 15px;
}    
.col-lg-3 {
    margin-top: 10px;
}
.col-lg-4{width: 100%;float: left;text-align: center;}
.col-lg-6{float: left;width: 98%;}
.col-lg-8{width: 100%;float: left;}
.col-lg-9{}
.bluesocial .language {
    margin-left: 11px;
    margin-top: 4px;
}
.bluesocial .language a{
    font-size: 10px;
}
header .main_header_figure {
    display: none;
}
.main .data img {
    float: none;
    width: 70%;
    margin-top: 40px;
    margin: 0 auto;
}
header .main_header_figure:before {
    content: '';
    position: absolute;
    left: -29%;
    top: 0;
    width: 129%;
    height: 100%;
    border-radius: 0 0 0 0;
    background: rgb(162,166,168);
    background: -moz-linear-gradient(top, rgb(162,166,168) 0%, rgb(214,214,214) 50%, rgb(162,166,168) 100%);
    background: -webkit-linear-gradient(top, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    background: linear-gradient(to bottom, rgb(162,166,168) 0%,rgb(214,214,214) 50%,rgb(162,166,168) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a6a8', endColorstr='#a2a6a8',GradientType=0 );
}
.header-pic{position: absolute;top: 85px;}
.camera_wrapper{
    width: 100%;
    float: right;
    top: 100px;
    position: relative;
    margin: 55px 0 20px;
}
.tp-simpleresponsive img {
    height: auto !important;
    border-radius: 0 0% 0 0;
}
.main .data p{margin: 10px 0;font-size: 20px;}
.circle{
    background: none;
}
.circle .row{position:relative;}
.white_circle{position:relative;}
.white_circle{
    position: absolute;
    width: 100%;
}
.rounded{
    width: 100%;
}
.img-heading {
    height: 150px;
    width: 150px;
    margin-top: -75px;
}
.img-heading:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 25px;
    z-index: -1;
    left: 25px;
    bottom: 25px;
    right: 25px;
    margin: 0 auto;
    border-top: 1px solid #3497DB;
    border-left: 1px solid #3497DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-heading h6 {
    padding-top: 54px;
    font-size: 10px;
}
h6 + .link-sm {
    font-size: 15px;
}
.link-primary {
    color: #3497DB;
}
.link-sm {
    font-size: 20px;
    line-height: 24px;
}
.blue_event{position:relative;margin-top: 2%;}
.top_decor {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    border-radius: 26px 26px;
    text-align: center;
}
.top_decor:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 1px;
  right: 1px;
  background: #fff;
  height: 23px;
  border-radius: 50px 50px 0 0;
}
.top_decor:before {
  border-top: 36px solid #3497DB;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-radius: 25px 25px;
}
.top_decor h1{color: #3497db;margin-bottom: 25px;}
.top_decor .event-name{margin-top: 5%;}
.top_decor .rounded{margin-bottom: 30px;width: 85%;}
.top_decor p{margin-top: 0%;font-size: 14px;}

.fullwidthbanner{width:100%; overflow:hidden;}
.fullwidthbanner img{width:100%;}
.contact-section{margin-bottom: 30px;}
.we h1:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    height: 0.75em;
    margin: 0 -200% 0 0;
    background: url('../images/bg-heading.png');
}
.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    min-width: 20px;
}
.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 5px;
}
.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}
.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 0;
    color: #222222;
}
.contact-info h2{
    font-size: 24px;
    margin-top: 24px;
}
.contact-section ul.information-list li a {
    font-size: 14px;
    color: #F47A21 !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #222222;
}
.contact-info h3{
    font-size: 23px;
    margin-bottom: 20px;
}
#myCarousel{
    overflow: hidden;
    margin-bottom: 30px;
}
#myCarousel img{
    width: 190px;
    height: 190px;
    margin-left: 15%;
}
#myCarousel .carousel-control.right, #myCarousel .carousel-control.left{
    background: rgba(0, 0, 0, 0.03);
}

.news_section h6 {
    color: #960C00;
    text-transform: uppercase;
    margin: -10px 0 0px;
    font: normal 20px/25px Open Sans;
    }
.news_section p {
    margin: 0px 0 10px;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    padding-top: 5px;
    }
.about p {
    font-size: 13px;
}
.services {
    background: url(../images/boy.png) no-repeat -190px 109%;
}
.footer-widget .input-group .form-control {
    width: 100%;margin-bottom:2px}

}